TcxGridCardViewRowPosition.VisibleIndexInLayer Property
In This Article
Returns the card row’s position in the corresponding layer.
#Declaration
Delphi
property VisibleIndexInLayer: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
Use the VisibleIndexInLayer property to determine the visible position of the current card row (see the Item property) in the corresponding layer.
See Also