GridControl.CreateGraphicsCache() Method
Creates a GraphicsCache object for the current GridControl.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public GraphicsCache CreateGraphicsCache()
#Returns
Type | Description |
---|---|
Graphics |
A Graphics |
#Remarks
When handling grid control events, you may want to access the control’s Graphics surface (for example, to calculate custom text size). Certain events (e.g., GridView.MeasurePreviewHeight) provide no event parameters to access the Graphics surface. In these cases, use the CreateGraphicsCache method to obtain the GridControl’s graphics surface.
The object returned by the CreateGraphicsCache method must be manually disposed of when it is no longer needed.