Skip to main content
A newer version of this page is available. .

GanttChartMappings(GanttControl) Constructor

Initializes a new GanttChartMappings class instance.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v20.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public GanttChartMappings(
    GanttControl ganttControl
)

Parameters

Name Type Description
ganttControl GanttControl

A control to which the options belong.

See Also