ASPxClientGanttViewType Class
In This Article
Declare client constants that specify the Gantt’s view type.
#Declaration
TypeScript
declare class ASPxClientGanttViewType
#Remarks
Use the ASPxClientGanttViewType object values to set the SetViewType(viewType) method.
<dx:ASPxGantt ID="Gantt" runat="server" ClientInstanceName="clientGantt" >
//...
</dx:ASPxGantt>
clientGantt.SetViewType(ASPxClientGanttViewType.Weeks);
See Also