Skip to main content

TcxCustomGridCardRowLayoutObject.LayerRows Property

Provides indexed access to card rows in a ALayerIndex layer.

Declaration

property LayerRows[ALayerIndex: Integer; AIndex: Integer]: TcxGridCardViewRow read;

Property Value

Type
TcxGridCardViewRow

Remarks

Use the LayerRows property to obtain a reference to a card row at the AIndex position in a ALayerIndex layer.

See Also