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

EditorButton.Collection Property

Gets the buttons collection that owns the current button.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[Browsable(false)]
public EditorButtonCollection Collection { get; }

Property Value

Type Description
EditorButtonCollection

An EditorButtonCollection object which represents a collection of editor buttons.

See Also