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.LayerVisibleIndex Property

Returns the position of the layer that contains the currently processed card row.

#Declaration

Delphi
property LayerVisibleIndex: Integer read;

#Property Value

Type
Integer

#Remarks

The LayerVisibleIndex property’s value doesn’t match the LayerIndex property value if the current card row (or a set of card rows, if two or more card rows are located in the layer) is hidden (its Visible property is set to False).

Use the LayerVisibleIndex property to determine the visible position of the layer that the current card row (see the Item property) resides in.

See Also