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

TcxCustomVerticalGrid.FocusRow(TcxCustomRow,Integer) Method

Sets focus in the ACellIndex cell of the ARow row.

#Declaration

Delphi
procedure FocusRow(ARow: TcxCustomRow; ACellIndex: Integer = 0);

#Parameters

Name Type
ARow TcxCustomRow
ACellIndex Integer

#Remarks

Use the FocusRow method to set focus on the ARow row by code. The ACellIndex parameter is useful when working with multi editor rows because this parameter provides indexed access to the items in the multi editor row (see the TcxMultiEditorRowProperties.Editors property).

See Also