Back to Devexpress

TreeListOptionsBehavior.AllowIncrementalSearch Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsbehavior-7ce18894.md

latest3.0 KB
Original Source

TreeListOptionsBehavior.AllowIncrementalSearch Property

Gets or sets whether end-users can locate nodes by typing the desired column value. This property is obsolete for versions 17.1 and newer.

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 AllowIncrementalSearch { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property AllowIncrementalSearch As Boolean

Property Value

TypeDescription
Boolean

true if incremental searching is allowed; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowIncrementalSearch
TreeList

.OptionsBehavior .AllowIncrementalSearch

|

Remarks

To disable incremental search for a specific column, set its TreeListColumn.AllowIncrementalSearch property to false.

For versions 17.1 and newer, the AllowIncrementalSearch property is obsolete. Use the TreeListOptionsFind.AllowIncrementalSearch property instead. Read the following help topic for more information: Version Compatibility: Default Property Values.

See Also

AllowIncrementalSearch

DoIncrementalSearch(Boolean)

StartIncrementalSearch(String)

StopIncrementalSearch()

ExpandNodesOnIncrementalSearch

TreeListOptionsBehavior Class

TreeListOptionsBehavior Members

DevExpress.XtraTreeList Namespace