Skip to main content
A newer version of this page is available. .
All docs
V23.1

CustomDrawEventArgs.Cache Property

Provides access to the drawing surface and a cache of brushes, pens, fonts, and other graphics.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.1.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public GraphicsCache Cache { get; }

Property Value

Type Description
GraphicsCache

An object that specifies a cache of graphics.

See Also