Skip to main content

NavigatorButtonBase.IsAutoRepeatSupported Property

Indicates whether data records are scrolled repeatedly when the button is held down.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public virtual bool IsAutoRepeatSupported { get; }

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