TcxCustomGridView.ViewInfo Property
In This Article
Provides access to the ViewInfo object that contains information on how to draw the grid View.
#Declaration
Delphi
property ViewInfo: TcxCustomGridViewInfo read;
#Property Value
Type |
---|
Tcx |
#Remarks
The information provided by the ViewInfo
property’s return value is used internally and you will generally have no need to use this property in applications.
Note
Along with providing the View’s painting information, the returned View
See Also