Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxvgMultiRecordsOptionsBehavior.IncSearchItem Property

Specifies the target editor row for incremental search.

#Declaration

Delphi
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