Skip to main content

NavigatorButton Class

An individual button displayed within the DataNavigator or ControlNavigator .

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class NavigatorButton :
    NavigatorButtonBase

Remarks

Each navigator control consists of a series of buttons that enable a user to navigate through the records in a data source and manipulate the data. Each button, in turn, is a NavigatorButton class instance.

Properties and methods introduced by this class allow you to customize buttons. The NavigatorButtonBase.Enabled property allows you to disable buttons. Set the NavigatorButtonBase.Visible property to false to completely exclude a button from the control. Navigator controls can also display button hints. Use the NavigatorButtonBase.Hint property to specify the text string for the button’s hint.

NavigatorButton objects can be accessed using the control’s Buttons property or the NavigatorButtonsBase.ButtonCollection property using indexer notation.

Inheritance

See Also