Skip to main content
All docs
V23.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