ButtonEdit.ActualButtons Property
In This Article
Returns the collection of buttons, including the default button (if it exists).
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
IList<Button |
The collection of editor buttons. |
#Remarks
The ActualButtons collection allows you to access individual buttons displayed within the editor. To add/remove buttons, use the ButtonEdit.Buttons property. To show/hide the button(s) displayed by default, use the ButtonEdit.AllowDefaultButton property.
See Also