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

ASPxClientGantt Class

A client-side equivalent of the ASPxGantt control.

Declaration

declare class ASPxClientGantt extends ASPxClientTreeList

Remarks

The ASPxClientGantt object serves as a client-side equivalent of the ASPxGantt control.

Use the ClientInstanceName property to programmatically access the client object rendered for the ASPxGantt control in client-side script.

Concept

Gantt Control

Example

<dx:ASPxGantt ID="Gantt" runat="server" Width="60%" 
    KeyFieldName="ID" ClientInstanceName="clientGantt" >
    <Columns>
    ...
    </Columns>
    <Settings ScrollableHeight="600" GridLines="Vertical" />
    <SettingsBehavior AllowEllipsisInText="true" AllowFocusedNode="true" />
    ...
</dx:ASPxGantt>

Online Demo

ASPxGantt - Features

See Also