TreeViewControl.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.v20.2.dll
Declaration
public bool ExpandNodesOnFiltering { get; set; }
Public Property ExpandNodesOnFiltering As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true to expand a node if its child nodes contain the search text; otherwise, false. |
Remarks
When the ExpandNodesOnFiltering property is set to true, the TreeViewControl displays all nodes that meet the entered value:
When you set the ExpandNodesOnFiltering property to false, the TreeViewControl applies the filter to the visible nodes only:
See Also
Feedback