Back to Devexpress

ControlNavigatorButtonCollection Class

windowsforms-devexpress-dot-xtraeditors-2fe04aea.md

latest1.6 KB
Original Source

ControlNavigatorButtonCollection Class

The ControlNavigator ‘s button collection.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class ControlNavigatorButtonCollection :
    NavigatorButtonCollectionBase
vb
Public Class ControlNavigatorButtonCollection
    Inherits 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

Object ReadOnlyCollectionBase NavigatorButtonCollectionBase ControlNavigatorButtonCollection

See Also

ControlNavigatorButtonCollection Members

DevExpress.XtraEditors Namespace