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

TreeListOptionsBehavior.ExpandNodesOnFiltering Property

Gets or sets whether collapsed nodes are automatically expanded if they match the filter criteria.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v20.2.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual bool ExpandNodesOnFiltering { get; set; }

Property Value

Type Description
Boolean

true if collapsed nodes are automatically expanded if they match the filter criteria; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ExpandNodesOnFiltering
WinForms Controls ResourcesTree
.OptionsBehavior .ExpandNodesOnFiltering
TreeList
.OptionsBehavior .ExpandNodesOnFiltering
Reporting XRDesignFieldList
.OptionsBehavior .ExpandNodesOnFiltering
XRDesignReportExplorer
.OptionsBehavior .ExpandNodesOnFiltering

Remarks

The OptionsBehavior.ExpandNodesOnFiltering setting is in effect only for DevExpress versions 16.2 and older. For newer versions utilize the TreeListOptionsFilter.ExpandNodesOnFiltering property instead.

See Also