TcxCustomRow.ViewInfo Property
In This Article
Provides access to ViewInfo information required to render the row.
#Declaration
Delphi
property ViewInfo: TcxCustomRowViewInfo read;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the ViewInfo
property to access the TcxCustomRowViewInfo object that stores ViewInfo information about the current row to render this row in the grid control.
See Also