Back to Devexpress

TreeListOptionsBehavior.ExpandNodesOnIncrementalSearch Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsbehavior-4db80151.md

latest2.6 KB
Original Source

TreeListOptionsBehavior.ExpandNodesOnIncrementalSearch Property

Use the TreeListOptionsFind.ExpandNodesOnIncrementalSearch property to specify whether collapsed nodes are expanded to display the node if it matches the search 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 ExpandNodesOnIncrementalSearch { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property ExpandNodesOnIncrementalSearch As Boolean

Property Value

TypeDescription
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 TypePath to ExpandNodesOnIncrementalSearch
TreeList

.OptionsBehavior .ExpandNodesOnIncrementalSearch

|

See Also

TreeListOptionsFind.AllowIncrementalSearch

TreeListColumn.AllowIncrementalSearch

DoIncrementalSearch(Boolean)

StartIncrementalSearch(String)

StopIncrementalSearch()

TreeListOptionsBehavior Class

TreeListOptionsBehavior Members

DevExpress.XtraTreeList Namespace