Skip to main content

CustomDrawDayNumberCellEventArgs.Cache Property

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

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v22.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public GraphicsCache Cache { get; }

Property Value

Type Description
GraphicsCache

A GraphicsCache object.

Remarks

Please refer to the description of the GraphicsCache class for more information.

See Also