Skip to main content
All docs
V19.1

ASPxGantt.Settings Property

Provides access to the gantt’s settings.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxTreeList.v19.1.dll

Declaration

public GanttSettings Settings { get; }

Property Value

Type Description
GanttSettings

The gantt’s settings object.

Remarks

<dx:ASPxGantt ID="Gantt" runat="server" Width="100%" ...>
    <Columns>
    ...
    </Columns>
    <Settings ScrollableHeight="600" GridLines="Vertical" />
    ...
</dx:ASPxGantt>

Online Demo

ASPxGantt - Features

See Also