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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to ExpandNodesOnFiltering |
---|---|
ASPxTreeList |
|
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