Skip to main content
All docs
V26.1
  • CheckedTreeListFilterModel.ActualShowSearchPanel Property

    Gets whether the search panel is displayed in the CheckedTreeListFilterElement.

    Namespace: DevExpress.Xpf.Core.FilteringUI

    Assembly: DevExpress.Xpf.Grid.v26.1.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