Skip to main content

GanttDependencyMappings(GanttControl) Constructor

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

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public GanttDependencyMappings(
    GanttControl ganttControl
)

Parameters

Name Type Description
ganttControl GanttControl

A control to which the options belong.

See Also