Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridCardViewRowPosition.LayerIndex Property

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