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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Gantt

Declaration

public GanttChartMappings(
    GanttControl ganttControl
)

Parameters

Name Type Description
ganttControl GanttControl

A control to which the options belong.

See Also