Skip to main content
All docs
V23.2

CustomDrawEventArgs(GraphicsCache, Action) Constructor

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

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public CustomDrawEventArgs(
    GraphicsCache cache,
    Action defaultDraw
)

Parameters

Name Type
cache GraphicsCache
defaultDraw Action
See Also