Skip to main content
A newer version of this page is available. .

NavigatorButtonBase.IsAutoRepeatSupported Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

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