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

EditorButtonCollection() Constructor

Creates and initializes a new instance of the EditorButtonCollection class.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

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