Skip to main content
A newer version of this page is available. .

CheckedTreeListFilterElement.ShowSearchPanel Property

Gets or sets whether to show the search panel.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public bool ShowSearchPanel { get; set; }

Property Value

Type Description
Boolean

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

Remarks

The CheckedTreeListFilterElement shows the search panel:

Set the ShowSearchPanel property to false to hide the search panel.

See Also