Skip to main content
A newer version of this page is available.
All docs
V19.2

GanttTaskDependencyMappingInfo(ASPxGantt) Constructor

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

Namespace: DevExpress.Web.ASPxGantt

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

Declaration

public GanttTaskDependencyMappingInfo(
    ASPxGantt gantt
)

Parameters

Name Type Description
gantt ASPxGantt

The Gantt.

See Also