Data ListRepeat Wait Property
This property is used to set or get the initial wait in milliseconds before the Next and
Previous buttons auto-repeat when clicked and held to navigate through the data source.
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
The default is 500 milliseconds. The delay cannot be set to less than 100 milliseconds
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public int RepeatWait { get; set; }VB
Public Property RepeatWait As Integer
Get
SetC++
public:
property int RepeatWait {
int get ();
void set (int value);
}F#
member RepeatWait : int with get, setProperty Value
Int32The default is 500 milliseconds. The delay cannot be set to less than 100 milliseconds
Exceptions
| ArgumentOutOfRangeException | This is thrown if the value is less than 100 |