TcxCustomGridCardRowLayoutObject.LayerRows Property
In This Article
Provides indexed access to card rows in a ALayerIndex layer.
#Declaration
Delphi
property LayerRows[ALayerIndex: Integer; AIndex: Integer]: TcxGridCardViewRow read;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the LayerRows property to obtain a reference to a card row at the AIndex position in a ALayerIndex layer.
See Also