DataListRepeatInterval 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.
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
public int RepeatInterval { get; set; }
Public Property RepeatInterval As Integer
Get
Set
public:
property int RepeatInterval {
int get ();
void set (int value);
}
member RepeatInterval : int with get, set
Property Value
Int32The default is 50 milliseconds. The delay cannot be set to less than 20 milliseconds