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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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