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

CheckedTreeListFilterModel.HasGroupedNodes Property

Gets whether the CheckedTreeListFilterElement has grouped nodes.

Namespace: DevExpress.Xpf.Core.FilteringUI

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

Declaration

public bool HasGroupedNodes { get; }

Property Value

Type Description
Boolean

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

See Also