windowsforms-devexpress-dot-xtraeditors-531d5664.md
An individual button displayed within the DataNavigator or ControlNavigator.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class NavigatorButton :
NavigatorButtonBase
Public Class NavigatorButton
Inherits NavigatorButtonBase
The following members return NavigatorButton objects:
Show 24 links
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.
Object NavigatorButtonBase NavigatorButton
See Also