TcxCustomDataController.GroupContainsSelectedRows(Integer) Method
In This Article
Indicates if any of a specified row’s child rows are selected.
#Declaration
#Parameters
Name | Type |
---|---|
ARow |
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