DataNavigatorButtonCollection Class
The DataNavigator‘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 DataNavigator control. You can use indexer notation to access individual buttons.
DataNavigatorButtonCollection objects can be accessed from the NavigatorButtonsBase.ButtonCollection property.
Inheritance
Object
ReadOnlyCollectionBase
NavigatorButtonCollectionBase
DataNavigatorButtonCollection
See Also