DataNavigatorRepeatWait Property
This property is used to set or get the initial wait in milliseconds before the Next and
Previous buttons auto-repeat to navigate through the data source.
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public int RepeatWait { get; set; }
Public Property RepeatWait As Integer
Get
Set
public:
property int RepeatWait {
int get ();
void set (int value);
}
member RepeatWait : int with get, set
Property Value
Int32The default is 500 milliseconds. The delay cannot be set to less than 100 milliseconds