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

NavigatorButton.IsAutoRepeatSupported Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public override bool IsAutoRepeatSupported { get; }

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