TcxGridCardViewVisibleRowLayoutObject.IsWholeLayer(TcxGridCardViewRow) Method
Identifies if the specified card row and its children comprise the entire layer.
Declaration
function IsWholeLayer(ARow: TcxGridCardViewRow): Boolean;
Parameters
| Name | Type |
|---|---|
| ARow | TcxGridCardViewRow |
Returns
| Type |
|---|
| Boolean |
Remarks
An ARow item can have children if it is a category row (the ARow‘s Kind property is set to rkCategory).
IsWholeLayer returns True, if only ARow and its children reside in a particular layer.
See Also