TcxGridCardViewRowLayoutController.IsWholeLine(TcxGridCardViewRow) Method
Determines whether ARow occupies the entire layer.
Declaration
function IsWholeLine(ARow: TcxGridCardViewRow): Boolean;
Parameters
Name | Type |
---|---|
ARow | TcxGridCardViewRow |
Returns
Type |
---|
Boolean |
Remarks
If a card is split into horizontal layers (the View’s RowLayout property is set to rlHorizontal) and the layer (which the ARow is located in) contains only ARow, IsWholeLine returns True. Otherwise – False.
When using vertical layering, IsWholeLine always returns True.
See Also