Skip to main content

DataNavigatorButtonCollection Class

The DataNavigator‘s button collection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class DataNavigatorButtonCollection :
    NavigatorButtonCollectionBase

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

See Also