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.1.dll

NuGet Package: DevExpress.Web

Declaration

public class GanttViewSettings :
    GanttSettingsBase

The following members return GanttViewSettings objects:

Remarks

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

Concept

Gantt Control

Example

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

Online Demos

Implements

See Also