TcxGridCardView.ViewInfo Property
In This Article
Provides access to the ViewInfo object that contains the Card View rendering information.
#Declaration
Delphi
property ViewInfo: TcxGridCardViewViewInfo read;
#Property Value
Type |
---|
Tcx |
#Remarks
The information provided by the ViewInfo property value is used internally and generally you don’t need to use this property in your applications.
Note
Along with providing the View’s painting information, the returned View
See Also