TCustomdxGridReportLink.CustomGrid Property
In This Article
Returns a TCustomGrid object.
#Declaration
Delphi
property CustomGrid: TCustomGrid read;
#Property Value
Type |
---|
TCustom |
#Remarks
This property returns a TCustomGrid object that contains all the functionality to control the look & feel of the TDrawGrid or TStringGrid components.
See Also