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

CustomDrawEventArgs.Cache Property

Gets an object which specifies the storage for the most used pens, fonts and brushes.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v22.1.dll

NuGet Package: DevExpress.Win.VerticalGrid

Declaration

public GraphicsCache Cache { get; }

Property Value

Type Description
GraphicsCache

A GraphicsCache object.

See Also