Skip to main content
A newer version of this page is available. .

PropertyDefinition.ShowEditorButtons Property

Gets or sets whether or not 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.v18.2.dll

Declaration

public bool? ShowEditorButtons { get; set; }

Property Value

Type Description
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