Skip to main content

CheckedTreeListFilterModel.ActualShowSearchPanel Property

Gets whether the search panel is displayed in the CheckedTreeListFilterElement.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool ActualShowSearchPanel { get; }

Property Value

Type Description
Boolean

true, if the search panel is displayed; otherwise, false.

See Also