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.v19.2.dll

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 Demo

ASPxGantt - Appearance Customization

Implements

See Also