Back to Devexpress

ButtonEdit.ActualButtons Property

wpf-devexpress-dot-xpf-dot-editors-dot-buttonedit-d93d11a1.md

latest2.0 KB
Original Source

ButtonEdit.ActualButtons Property

Returns the collection of buttons including the default button (if it exists).

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public IList<ButtonInfoBase> ActualButtons { get; }
vb
<Browsable(False)>
Public ReadOnly Property ActualButtons As IList(Of ButtonInfoBase)

Property Value

TypeDescription
IList<ButtonInfoBase>

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.

Note

When the NullValueButtonPlacement property is set to EditBox , the null value button instance is automatically added to the editor’s ActualButtons collection.

See Also

Buttons

LeftButtons

RightButtons

ButtonEdit Class

ButtonEdit Members

DevExpress.Xpf.Editors Namespace