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

ASPxGantt.SettingsGanttView Property

Accesses the Gantt’s view settings.

Namespace: DevExpress.Web.ASPxGantt

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

NuGet Package: DevExpress.Web

Declaration

public GanttViewSettings SettingsGanttView { get; }

Property Value

Type Description
GanttViewSettings

Object that contains the Gantt’s view settings.

Remarks

This property allows you to customize the view settings of the Gantt chart.

<dx:ASPxGantt ID="Gantt" runat="server" ...>
    //...
    <SettingsGanttView ViewType="Weeks" />
</dx:ASPxGantt>

Note

The Gantt also allows you to hold the CTRL key and rotate your mouse’s scroll wheel to browse data across various levels of detail.

Concept

Gantt Control

Online Demo

ASPxGantt - Appearance Customization

See Also