Skip to main content

TcxTreeListStyles.IncSearch Property

Specifies the style settings for the cell located by the incremental search.

Declaration

property IncSearch: TcxStyle index tlsv_IncSearch read; write;

Property Value

Type
TcxStyle

Remarks

Use this property to define the style settings for the cell located by the incremental search.

The incremental search feature allows the end-user to incrementally search a column for a value. When incremental search is enabled, the end-user can locate the required text by typing within the TreeList control. You can enable this feature via the TreeList control’s OptionsBehavior.IncSearch property. To specify the column whose values are scanned by the incremental search, use the TreeList control’s OptionsBehavior.IncSearchItem property.

See Also