Skip to main content

TcxvgMultiRecordsOptionsBehavior.IncSearchItem Property

Specifies the target editor row for incremental search.

Declaration

property IncSearchItem: TcxCustomEditorRow read; write;

Property Value

Type
TcxCustomEditorRow

Remarks

The control focuses the target row’s cell with the text whose beginning matches the typed portion of the searched text if the IncSearch property is set to True.

The default IncSearchItem property value is nil.

See Also