Skip to main content
A newer version of this page is available. .

PivotCustomDrawCellThreadSafeEventArgs.Graphics Property

Gets an object used to paint an element.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public Graphics Graphics { get; }

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