NavigatorButton.IsAutoRepeatSupported Property
Indicates whether data records are scrolled repeatedly when this button is held down.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if data records are scrolled repeatedly when this button is held down; otherwise, false if one click on this button per record scrolled. |
Remarks
Only the Next, NextPage, Prev and PrevPage navigation buttons support the auto repeat mode. For other buttons, the NavigatorButton.IsAutoRepeatSupported
property returns false.
To allow data records to be scrolled repeatedly when the navigation button is held down, set the NavigatorButtonsBase.EnabledAutoRepeat property to true.
See Also