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

CheckedTreeListFilterModel.ActualShowSearchPanel Property

Gets whether the search panel is displayed in the CheckedTreeListFilterElement.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public bool ActualShowSearchPanel { get; }

Property Value

Type Description
Boolean

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

See Also