Skip to main content

ControlNavigatorButtonCollection Class

The ControlNavigator‘s button collection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class ControlNavigatorButtonCollection :
    NavigatorButtonCollectionBase

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

See Also