Skip to main content
All docs
V25.1
  • GanttCustomJSPropertiesEventArgs(Dictionary<String, Object>) Constructor

    Initializes a new instance of the object.

    Namespace: DevExpress.Web.ASPxGantt

    Assembly: DevExpress.Web.ASPxGantt.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public GanttCustomJSPropertiesEventArgs(
        Dictionary<string, object> properties
    )

    Parameters

    Name Type Description
    properties Dictionary<String, Object>

    A collection of properties.

    See Also