TreeListOptionsBehavior.ExpandNodesOnFiltering Property
Gets or sets whether collapsed nodes are automatically expanded if they match the filter criteria.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v22.1.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:
Object Type | Path to ExpandNodesOnFiltering |
---|---|
TreeList |
|
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