TcxGridCardViewRowPosition.LayerIndex Property
In This Article
Specifies the ordinal number of a layer in a card that the currently processed card row resides in.
#Declaration
Delphi
property LayerIndex: Integer read; write;
#Property Value
Type |
---|
Integer |
#Remarks
The LayerIndex property provides a straight ordering of layers in a card and its value doesn’t depend upon whether the specified layer is hidden in a Card View or not (if card rows it contains are not displayed).
Use the LayerIndex property to change the position of the layer (which contains the current card row) in a card.
See Also