Skip to main content
A newer version of this page is available. .

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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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
.OptionsBehavior .AllowIncrementalSearch

Remarks

To disable the 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. See the Version Compatibility: Default Property Values article to learn more.

See Also