Skip to main content
All docs
V20.1

GanttStripLineSettings(ASPxGantt) Constructor

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

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxGantt.v20.1.dll

NuGet Package: DevExpress.Web

Declaration

public GanttStripLineSettings(
    ASPxGantt gantt
)

Parameters

Name Type Description
gantt ASPxGantt

The Gantt control.

See Also