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

CustomDrawObjectEventsArgs.Cache Property

Gets an object that serves as the storage for pens, fonts and brushes.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v19.1.dll

Declaration

public GraphicsCache Cache { get; }

Property Value

Type Description
GraphicsCache

Provides methods used to paint on drawing surfaces in GDI+.

Remarks

See the GraphicsCache class description for more information.

See Also