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

NavigatorButtonsBase.EnabledAutoRepeat Property

Specifies whether data records are scrolled repeatedly when the Next, NextPage, Prev or PrevPage button is held down.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[DefaultValue(true)]
public bool EnabledAutoRepeat { get; set; }

Property Value

Type Default Description
Boolean **true**

true if data records are scrolled repeatedly when the navigation button is held down; otherwise, one click on the navigation button per record scrolled.

See Also