Skip to main content
All docs
V25.1
  • 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