CustomDrawEventArgs.Cache Property
In This Article
Gets an object which specifies the storage for the most used pens, fonts and brushes.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
public GraphicsCache Cache { get; }
#Property Value
Type | Description |
---|---|
Graphics |
A Graphics |
See Also