Skip to main content
All docs
V25.1
  • GanttDependencyMappings(GanttControl) Constructor

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

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.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