Skip to main content

CustomDrawEventArgs.Cache Property

Provides methods to paint on drawing surfaces in GDI+ and DirectX modes. See DirectX hardware acceleration to learn more.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v22.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public GraphicsCache Cache { get; }

Property Value

Type Description
GraphicsCache

A GraphicsCache object.

See Also