Data ListRepeat Interval Property
This property is used to set or get the repeat delay in milliseconds for the Next and
Previous buttons when they are clicked and held down 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 50 milliseconds. The delay cannot be set to less than 20 milliseconds
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public int RepeatInterval { get; set; }VB
Public Property RepeatInterval As Integer
Get
SetC++
public:
property int RepeatInterval {
int get ();
void set (int value);
}F#
member RepeatInterval : int with get, setProperty Value
Int32The default is 50 milliseconds. The delay cannot be set to less than 20 milliseconds
Exceptions
| ArgumentOutOfRangeException | This is thrown if the value is less than 20 |