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

TcxTreeListOptionsBehavior.IncSearchItem Property

Specifies the column against which incremental searching is performed.

Declaration

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