Back to Devexpress

TreeListOptionsFind.ExpandNodesOnIncrementalSearch Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistoptionsfind-9ad63cc0.md

latest2.2 KB
Original Source

TreeListOptionsFind.ExpandNodesOnIncrementalSearch Property

Gets or sets whether or not the TreeList should expand collapsed nodes that contain records which match the text an end-user types.

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool ExpandNodesOnIncrementalSearch { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property ExpandNodesOnIncrementalSearch As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if the TreeList should expand collapsed nodes that contain matching records; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ExpandNodesOnIncrementalSearch
TreeList

.OptionsFind .ExpandNodesOnIncrementalSearch

|

Remarks

See the TreeListOptionsFind.AllowIncrementalSearch property to learn more.

See Also

TreeListOptionsFind Class

TreeListOptionsFind Members

DevExpress.XtraTreeList.Columns Namespace