Skip to main content
All docs
V24.2

CustomDrawEventArgs(GraphicsCache, Action) Constructor

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

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v24.2.dll

Declaration

public CustomDrawEventArgs(
    GraphicsCache cache,
    Action defaultDraw
)

Parameters

Name Type
cache GraphicsCache
defaultDraw Action
See Also