Skip to main content

CheckedTreeListFilterModel.FetchSublevelChildrenOnExpand Property

Gets whether the CheckedTreeListFilterElement fetches child nodes of sub-level nodes when you expand their parent node.

Namespace: DevExpress.Xpf.Core.FilteringUI

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool FetchSublevelChildrenOnExpand { get; }

Property Value

Type Description
Boolean

true, if the CheckedTreeListFilterElement fetches child nodes of sub-level nodes when you expand their parent node; otherwise, false.

See Also