Skip to main content

TcxCustomDataController.GroupContainsSelectedRows(Integer) Method

Indicates if any of a specified row’s child rows are selected.

Declaration

function GroupContainsSelectedRows(ARowIndex: Integer): Boolean;

Parameters

Name Type
ARowIndex Integer

Returns

Type
Boolean

Remarks

This function returns True if a row, whose index is passed as the ARowIndex parameter, contains one or more selected child rows. Otherwise, False is returned.

See Also