Skip to main content

PivotCustomDrawThreadSafeEventArgs.Graphics Property

Gets an object used to paint an element.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
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