Skip to main content
A newer version of this page is available. .
All docs
V21.2

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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Gantt

Declaration

public GraphicsCache Cache { get; }

Property Value

Type Description
GraphicsCache

An object that specifies a cache of graphics.

See Also