Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

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