Skip to main content

TreeListOptionsBehavior.ExpandNodesOnIncrementalSearch Property

Gets or sets a value that specifies whether collapsed nodes are expanded to display the node if it matches the search 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 ExpandNodesOnIncrementalSearch { get; set; }

Property Value

Type Description
Boolean

true to expand the collapsed node if it matches the search criteria; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ExpandNodesOnIncrementalSearch
TreeList
.OptionsBehavior .ExpandNodesOnIncrementalSearch
See Also