Back to Devexpress

PropertyGridControl.ShowToolPanel Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertygridcontrol-ee842130.md

latest1.3 KB
Original Source

PropertyGridControl.ShowToolPanel Property

Gets or sets whether to display the tool panel. 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 ShowToolPanel { get; set; }
vb
Public Property ShowToolPanel As Boolean

Property Value

TypeDescription
Boolean

true, to display the tool panel; otherwise, false.

|

Remarks

The tool panel allows you to switch between flat and categorized display modes.

See Also

PropertyGridControl Class

PropertyGridControl Members

DevExpress.Xpf.PropertyGrid Namespace