Back to Devexpress

TreeListView.ExpandNodesOnFiltering Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-24141640.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool ExpandNodesOnFiltering { get; set; }
vb
Public Property ExpandNodesOnFiltering As Boolean

Property Value

TypeDescription
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

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace