Back to Devexpress

CustomDrawObjectEventsArgs.Cache Property

windowsforms-devexpress-dot-xtraspreadsheet-dot-customdrawobjecteventsargs-74b4c673.md

latest1.3 KB
Original Source

CustomDrawObjectEventsArgs.Cache Property

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

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.XtraSpreadsheet.v25.2.dll

NuGet Package : DevExpress.Win.Spreadsheet

Declaration

csharp
public GraphicsCache Cache { get; }
vb
Public ReadOnly Property Cache As GraphicsCache

Property Value

TypeDescription
GraphicsCache

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

|

Remarks

See the GraphicsCache class description for more information.

See Also

CustomDrawObjectEventsArgs Class

CustomDrawObjectEventsArgs Members

DevExpress.XtraSpreadsheet Namespace