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

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
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