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

TcxCustomRow.IndexOf(TcxCustomRow) Method

Returns zero-based child row index in the collection of the current row.

#Declaration

Delphi
function IndexOf(ARow: TcxCustomRow): Integer;

#Parameters

Name Type
ARow TcxCustomRow

#Returns

Type
Integer

#Remarks

Returns zero-based child row index in the collection of the current row.

The ARow parameter represents the child row.

If the ARow is not child this method returns -1.

See Also