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