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

Declaration

[Browsable(false)]
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:

Library Object Type Path to AllowIncrementalSearch
WinForms Controls GanttControl
.OptionsBehavior.AllowIncrementalSearch
ResourcesTree
.OptionsBehavior.AllowIncrementalSearch
TreeList
.OptionsBehavior.AllowIncrementalSearch
Reporting XRDesignFieldList
.OptionsBehavior.AllowIncrementalSearch
XRDesignReportExplorer
.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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the AllowIncrementalSearch property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also