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.

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public int RepeatWait { get; set; }

Property Value

Int32
The default is 500 milliseconds. The delay cannot be set to less than 100 milliseconds

Exceptions

ArgumentOutOfRangeExceptionThis is thrown if the value is less than 100

See Also