Back to Devexpress

TcxTreeListOptionsBehavior.IncSearchItem Property

vcl-cxtl-dot-tcxtreelistoptionsbehavior-9a5dee24.md

latest1.3 KB
Original Source

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

Example: Searching, Behavior.IncSearch, Behavior.IncSearchItem, Behavior.ExpandOnIncSearching, SearchingText, CancelSearching

TcxTreeListOptionsBehavior Class

TcxTreeListOptionsBehavior Members

cxTL Unit