Skip to main content
A newer version of this page is available. .

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.v20.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:

Library Object Type Path to ExpandNodesOnFiltering
ASP.NET Controls and MVC Extensions ASPxTreeList
.SettingsBehavior .ExpandNodesOnFiltering
ASP.NET MVC Extensions MVCxTreeList
.SettingsBehavior .ExpandNodesOnFiltering
TreeListSettings
.SettingsBehavior .ExpandNodesOnFiltering
TreeListSettings<RowType>
.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