Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTreeListOptionsBehavior.IncSearchItem Property

Specifies the column against which incremental searching is performed.

#Declaration

Delphi
property IncSearchItem: TcxTreeListColumn read; write; default nil;

#Property Value

Type
TcxTreeListColumn

#Remarks

To enable incremental searching for the specified column, set the IncSearch property to True. If the IncSearchItem property is not specified, the incremental search is performed against the currently focused column.

The default value of the IncSearchItem property is nil.

See Also