Skip to main content

TreeListOptionsBehavior.ExpandNodesOnFiltering Property

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, 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:

Object Type Path to ExpandNodesOnFiltering
TreeList
.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