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.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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