TcxCustomGridCardRowLayoutObject.IsLastInLayer(TcxGridCardViewRow) Method
Identifies if the specified Card View row occupies the last position in the corresponding layer.
Declaration
function IsLastInLayer(ARow: TcxGridCardViewRow): Boolean;
Parameters
Name | Type | Description |
---|---|---|
ARow | TcxGridCardViewRow | The target Card View row. |
Returns
Type | Description |
---|---|
Boolean |
|
See Also