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

GanttViewSettings Class

Provides access to the gantt control’s view options.

Namespace: DevExpress.Web.ASPxGantt

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

NuGet Package: DevExpress.Web

Declaration

public class GanttViewSettings :
    GanttSettingsBase

The following members return GanttViewSettings objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxGantt.SettingsGanttView
ASP.NET MVC Extensions GanttSettings.SettingsGanttView

Remarks

The GanttViewSettings class contains options that specify the gantt control’s view settings. Use the SettingsGanttView property to access these settings.

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

Run Demo: (Web Forms) Gantt Chart Appearance

Run Demo: (MVC) Gantt Chart Appearance

View Example: How to edit Gantt data

Concept

Implements

See Also