Back to Devexpress

TreeListOptionsBehavior.ExpandNodesOnFiltering Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsbehavior-73fc8c03.md

latest2.3 KB
Original Source

TreeListOptionsBehavior.ExpandNodesOnFiltering Property

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

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual bool ExpandNodesOnFiltering { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property ExpandNodesOnFiltering As Boolean

Property Value

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

AllowFilter

ExpandNodesOnFiltering

TreeListOptionsBehavior Class

TreeListOptionsBehavior Members

DevExpress.XtraTreeList Namespace