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

NavigatorButton Class

Represents an individual button displayed within the DataNavigator or ControlNavigator .

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class NavigatorButton :
    NavigatorButtonBase

Remarks

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

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

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

Inheritance

See Also