Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

[DefaultValue(300)]
public int AutoRepeatDelay { get; set; }

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