TcxCustomGridRecord.ViewData Property
Returns the ViewData object owning the current record.
Declaration
property ViewData: TcxCustomGridTableViewData read;
Property Value
Type |
---|
TcxCustomGridTableViewData |
Remarks
ViewData returns a reference to the object owning the collection of records including the current record. Using ViewData, you can obtain a reference to a View displaying the record.
See Also