TcxGridCardViewVisibleRowLayoutObject Class
In This Article
Stores row layout settings of a layered card.
#Declaration
Delphi
TcxGridCardViewVisibleRowLayoutObject = class(
TcxGridCardRowLayoutObject
)
#Remarks
The TcxGridCardViewVisibleRowLayoutObject
class allows you to track of visible card rows in a layered card. It describes how they are spread between layers.
#Direct TcxGridCardViewVisibleRowLayoutObject Class Reference
The TcxGridCardViewRowLayoutController.VisibleLayoutObject property references a TcxGridCardViewVisibleRowLayoutObject
class instance.
#Inheritance
TObject
TcxCustomGridCardRowLayoutObject
TcxGridCardRowLayoutObject
TcxGridCardViewVisibleRowLayoutObject
See Also