TcxGridCardViewController.TopCardIndex Property
In This Article
Specifies the index of a topmost visible card.
#Declaration
Delphi
property TopCardIndex: Integer read; write;
#Property Value
Type |
---|
Integer |
#Remarks
You can use the TopCardIndex property to scroll the View contents. TopCardIndex specifies the index of a card displayed at the top of the visible part of the current View.
Records in a Card View are represented as cards. TopCardIndex is a wrapper for the inherited TopRecordIndex property. You can use both properties interchangeably. Refer to the TopRecordIndex property description for more details.
See Also