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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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