NavigatorButtonsBase.AutoRepeatDelay Property
Gets or sets the time interval which passes between the moment when an end-user holds down the navigation button and the data records are scrolled repeatedly.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 300 | An integer value which specifies the time interval in milliseconds. |
Remarks
If the NavigatorButtonsBase.EnabledAutoRepeat property is set to true, data records are scrolled repeatedly when the Next, NextPage, Prev or PrevPage button is held down for longer than the specified time interval.
See Also