TreeListView.ExpandNodesOnFiltering Property
In This Article
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
#Property Value
Type | Description |
---|---|
Boolean | true, to expand a node if its child nodes contain the search text; otherwise, false. |
#Remarks
Note
If the Tree
Tip
Topic: Filter Nodes
See Also