DataNavigatorRepeatInterval Property
This property is used to set or get the repeat delay in milliseconds for the Next and
Previous buttons when they auto-repeat to navigate through the data source.
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
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