Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

#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 when you expand a parent node (the TreeListView.EnableDynamicLoading is true) and the ExpandNodesOnFiltering option is enabled, the TreeListView filters and expands only the loaded nodes.

Tip

Topic: Filter Nodes

See Also