Skip to main content

EditorButtonCollection() Constructor

Creates and initializes a new instance of the EditorButtonCollection class.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public EditorButtonCollection()

Remarks

The constructor creates a new instance of the EditorButtonCollection class. It does not add any button to the collection.

Generally, you do not need to create a button collection for a button edit manually. The constructor is invoked automatically when you create a button editor (ButtonEdit) or its repository item (RepositoryItemButtonEdit).

To change the number of buttons in the collection and access specific buttons, use members provided by the EditorButtonCollection class.

See Also