Skip to main content

TreeListSettingsBehavior.ExpandNodesOnFiltering Property

Specifies whether the collapsed parent node should be expanded for filtering if a child node fits the filter conditions.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool ExpandNodesOnFiltering { get; set; }

Property Value

Type Default Description
Boolean false

true, to expand the parent node; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ExpandNodesOnFiltering
ASPxTreeList
.SettingsBehavior .ExpandNodesOnFiltering

Remarks

If a node that fits the filter conditions has a collapsed parent node, set the ExpandNodesOnFiltering property to true to expand the node’s parent node for filtering.

See Also