Skip to main content

CheckedTreeListFilterModel.HasGroupedNodes Property

Gets whether the CheckedTreeListFilterElement has grouped nodes.

Namespace: DevExpress.Xpf.Core.FilteringUI

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool HasGroupedNodes { get; }

Property Value

Type Description
Boolean

true, if the CheckedTreeListFilterElement has grouped nodes; otherwise, false.

See Also