Back to Devexpress

CustomDrawEventArgs.Cache Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-customdraweventargs-6cc2a01f.md

latest1.3 KB
Original Source

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

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

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

Property Value

TypeDescription
GraphicsCache

A GraphicsCache object.

|

See Also

CustomDrawEventArgs Class

CustomDrawEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace