TdxDrawGridReportLink.DefaultDrawing Property
Specifies whether grid cells are drawn automatically.
Declaration
property DefaultDrawing: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set the DefaultDrawing property to True to automatically draw grid cells. Set the DefaultDrawing property to False to provide custom drawing events with the help of an OnCustomDrawCell event handler.
The default value of this property is True.
See Also