Back to Devexpress

ButtonEdit.ShowEditorButtons Property

wpf-devexpress-dot-xpf-dot-editors-dot-buttonedit-037a1b6b.md

latest1.4 KB
Original Source

ButtonEdit.ShowEditorButtons Property

Gets or sets whether to display editor buttons, including the default button. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool ShowEditorButtons { get; set; }
vb
Public Property ShowEditorButtons As Boolean

Property Value

TypeDescription
Boolean

true, to display editor buttons; otherwise, false.

|

Remarks

The ShowEditorButtons property is not in effect for a ButtonEdit control that is used as a a custom editor within a GridControl/TreeListControl.

See Also

AllowDefaultButton

ButtonEdit Class

ButtonEdit Members

DevExpress.Xpf.Editors Namespace