Skip to main content
All docs
V23.2

GanttCustomCallbackEventArgs(String) Constructor

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

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxGantt.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GanttCustomCallbackEventArgs(
    string argument
)

Parameters

Name Type
argument String
See Also