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.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual bool AllowIncrementalSearch { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean | true if incremental searching is allowed; otherwise, false. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to AllowIncrementalSearch |
|---|---|
| TreeList |
|
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.