Skip to main content
A newer version of this page is available. .
All docs
V21.2

ASPxClientGantt.ShowResourceManagerDialog Method

Invokes the Resource Manager dialog.

Declaration

ShowResourceManagerDialog(): void

Remarks

DevExpress ASP.NET Gantt - Resource Manager

<dx:ASPxGantt ID="Gantt" runat="server" ClientInstanceName="clientGantt" >
    //...
</dx:ASPxGantt>
clientGantt.ShowResourceManagerDialog();

Concepts

See Also