PivotCustomDrawCellThreadSafeEventArgs.Graphics Property
Gets an object used to paint an element.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
Graphics | A Graphics object used to paint an element. |
Remarks
The Graphics property provides access to the painting surface. When custom painting an element in a pivot grid, you can use the Graphics object’s methods and properties.
See Also