ControlNavigatorButtonCollection Class
Represents the ControlNavigator‘s button collection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v19.1.dll
Declaration
Remarks
This class represents the collection of buttons displayed in the ControlNavigator control. Individual buttons can be accessed using indexer notation.
ControlNavigatorButtonCollection objects can be accessed via the NavigatorButtonsBase.ButtonCollection property.
Inheritance
Object
ReadOnlyCollectionBase
NavigatorButtonCollectionBase
ControlNavigatorButtonCollection
See Also