ControlNavigatorButtonCollection Class
The ControlNavigator‘s button collection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
This class is a collection of buttons displayed in the ControlNavigator control. Individual buttons can be accessed using indexer notation.
ControlNavigatorButtonCollection objects can be accessed from the NavigatorButtonsBase.ButtonCollection property.
Inheritance
Object
ReadOnlyCollectionBase
NavigatorButtonCollectionBase
ControlNavigatorButtonCollection
See Also