GridControl.RenderToBitmap(Bitmap, Rectangle) Method
In This Article
Renders the grid control to the specified bitmap.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
bitmap | Bitmap | The graphics surface to which to render the control. |
target |
Rectangle | The bounds within which the control is rendered. |
See Also