Skip to main content
All docs
V24.2

ASPxClientGantt.ShowResourceManagerDialog Method

Invokes the Resource Manager dialog.

#Declaration

TypeScript
ShowResourceManagerDialog(): void

#Remarks

DevExpress ASP.NET Gantt - Resource Manager

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

#Concepts

See Also