CheckedTreeListFilterElement.ShowSearchPanel Property
Gets or sets whether to display the search panel. This is a dependency property.
Namespace: DevExpress.Xpf.Core.FilteringUI
Assembly: DevExpress.Xpf.Grid.v25.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
The CheckedTreeListFilterElement displays the search panel:
To hide the search panel, set the ShowSearchPanel
property to false
.
Note
The search panel functionality works only if CheckedTreeListFilterElement does not display grouped filter values.
See Also