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

ASPxGantt.SettingsGanttView Property

Provides access to the gantt’s view settings.

Namespace: DevExpress.Web.ASPxGantt

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

Declaration

public GanttViewSettings SettingsGanttView { get; }

Property Value

Type Description
GanttViewSettings

Object that contains the gantt’s view settings.

Remarks

<dx:ASPxGantt ID="Gantt" runat="server" ...>
    <Columns>
        <dx:GanttColumn FieldName="Subject" Width="180" />
        <dx:GanttColumn FieldName="StartDate" Width="100" DisplayFormat="MM/dd/yyyy" />
        <dx:GanttColumn FieldName="EndDate" Width="100" DisplayFormat="MM/dd/yyyy" /> 
    </Columns>
    <SettingsGanttView ViewType="Weeks" />
    <Mappings>
    ...
    </Mappings>
</dx:ASPxGantt>

Concept

Gantt Control

Online Demo

ASPxGantt - Features

See Also