windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsbehavior-7ce18894.md
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
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual bool AllowIncrementalSearch { get; set; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property AllowIncrementalSearch As Boolean
| Type | Description |
|---|---|
| Boolean |
true if incremental searching is allowed; otherwise, false.
|
You can access this nested property as listed below:
| Object Type | Path to AllowIncrementalSearch |
|---|---|
| TreeList |
.OptionsBehavior .AllowIncrementalSearch
|
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
StartIncrementalSearch(String)
ExpandNodesOnIncrementalSearch