EditorButton.Collection Property
In This Article
Gets the buttons collection that owns the current button.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public EditorButtonCollection Collection { get; }
#Property Value
Type | Description |
---|---|
Editor |
An Editor |
See Also