Skip to main content

TreeListMappings(GanttControl) Constructor

Initializes a new TreeListMappings class instance.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public TreeListMappings(
    GanttControl ganttControl
)

Parameters

Name Type Description
ganttControl GanttControl

A control to which the options belong.

See Also