Skip to main content

TcxGridCardViewRowPosition.LayerVisibleIndex Property

Gets the visible position of the layer that contains the currently processed card row.

Declaration

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