NavigatorButtonBase.IsAutoRepeatSupported Property
Indicates whether data records are scrolled repeatedly when the button is held down.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | Always false. |
Remarks
This property is overridden in the NavigatorButton class to return true for the Next, NextPage, Prev and PrevPage navigation buttons.
See Also