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

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

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v26.1.dll

    Declaration

    public CustomDrawEventArgs(
        GraphicsCache cache,
        Action defaultDraw
    )

    Parameters

    Name Type
    cache GraphicsCache
    defaultDraw Action
    See Also