Skip to main content

TcxCustomGridCardRowLayoutObject.IsFirstInLayer(TcxGridCardViewRow) Method

Identifies if the specified Card View row occupies the first position in the corresponding layer.

Declaration

function IsFirstInLayer(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 first position in the layer; otherwise, False.

See Also