Skip to main content
All docs
V25.1
  • CustomDrawEventArgs.Cache Property

    Provides access to the drawing surface and a cache of brushes, pens, fonts, and other graphics.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public GraphicsCache Cache { get; }

    Property Value

    Type Description
    GraphicsCache

    An object that specifies a cache of graphics.

    See Also