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.

Definition

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

Property Value

Int32
The default is 50 milliseconds. The delay cannot be set to less than 20 milliseconds

Exceptions

ArgumentOutOfRangeExceptionThis is thrown if the value is less than 20

See Also