Skip to main content
All docs
V26.1
  • ASPxGantt.SettingsGanttView Property

    Accesses the Gantt’s view settings.

    Namespace: DevExpress.Web.ASPxGantt

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

    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