Skip to main content

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

True if the target Card View row occupies the last position in the layer; otherwise, False.

See Also