Back to Devexpress

EditorButton.Collection Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-editorbutton-a066f99a.md

latest1.5 KB
Original Source

EditorButton.Collection Property

Gets the buttons collection that owns the current button.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public EditorButtonCollection Collection { get; }
vb
<Browsable(False)>
Public ReadOnly Property Collection As EditorButtonCollection

Property Value

TypeDescription
EditorButtonCollection

An EditorButtonCollection object which represents a collection of editor buttons.

|

See Also

Buttons

Index

EditorButton Class

EditorButton Members

DevExpress.XtraEditors.Controls Namespace