Skip to main content
All docs
V25.1
  • CustomDrawEventArgs(GraphicsCache, Action) Constructor

    Initializes a new instance of the CustomDrawEventArgs class with specified settings.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public CustomDrawEventArgs(
        GraphicsCache cache,
        Action defaultDraw
    )

    Parameters

    Name Type
    cache GraphicsCache
    defaultDraw Action
    See Also