TcxCustomRow.ViewInfo Property
Provides access to ViewInfo information required to render the row.
Declaration
property ViewInfo: TcxCustomRowViewInfo read;
Property Value
Type |
---|
TcxCustomRowViewInfo |
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