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.v24.1.dll
NuGet Package: DevExpress.Wpf.PropertyGrid
Declaration
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