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

TreeListView.ExpandNodesOnFiltering Property

Gets or sets whether to expand a node if its child nodes contain the search text. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.dll

Declaration

public bool ExpandNodesOnFiltering { get; set; }

Property Value

Type Description
Boolean

true, to expand a node if its child nodes contain the search text; otherwise, false.

Remarks

Note

If the TreeListView loads nodes dynamically on parent node expansion (the TreeListView.EnableDynamicLoading is set to true) and the ExpandNodesOnFiltering option is enabled, the TreeListView filters and expands only the loaded nodes.

To learn more, see Filtering Nodes.

See Also