Skip to main content
A newer version of this page is available. .

ControlNavigatorButtonCollection Class

Represents the ControlNavigator‘s button collection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public class ControlNavigatorButtonCollection :
    NavigatorButtonCollectionBase

Remarks

This class represents the collection of buttons displayed in the ControlNavigator control. Individual buttons can be accessed using indexer notation.

ControlNavigatorButtonCollection objects can be accessed via the NavigatorButtonsBase.ButtonCollection property.

Inheritance

See Also