TcxTreeListOptionsBehavior.IncSearchItem Property
In This Article
Specifies the column against which incremental searching is performed.
#Declaration
Delphi
property IncSearchItem: TcxTreeListColumn read; write; default nil;
#Property Value
Type |
---|
Tcx |
#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