Back to Devexpress

PropertyDefinition.ShowEditorButtons Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertydefinition-4a990659.md

latest2.1 KB
Original Source

PropertyDefinition.ShowEditorButtons Property

Gets or sets whether to display the buttons of the current editor nested in a property when the editor is not active. This is a dependency property.

Namespace : DevExpress.Xpf.PropertyGrid

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

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

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

Property Value

TypeDescription
Nullable<Boolean>

true, to display the editor buttons when the editor is not active; otherwise, false.

|

Remarks

Use the ShowEditorButtons property to control the visibility of the editor buttons.

If the property‘s ShowEditorButtons property is set to null , the editor buttons visibility is controlled by the PropertyGridControl’s PropertyGridControl.ShowEditorButtons property.

See Also

PropertyDefinition Class

PropertyDefinition Members

DevExpress.Xpf.PropertyGrid Namespace