Back to Devexpress

PropertyGridControl.ShowSearchBox Property

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

latest1.1 KB
Original Source

PropertyGridControl.ShowSearchBox Property

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

Property Value

TypeDescription
Boolean

true, to display the search box; otherwise, false.

|

See Also

PropertyGridControl Class

PropertyGridControl Members

DevExpress.Xpf.PropertyGrid Namespace