Skip to main content

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

public bool ShowSearchPanel { get; set; }

Property Value

Type Description
Boolean

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

Remarks

The CheckedTreeListFilterElement displays the search panel:

Checked Tree List Filter Element Show Counts

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