Skip to main content
All docs
V25.1
  • ASPxClientGantt.DeleteResource(key) Method

    Deletes a resource.

    Declaration

    DeleteResource(
        key: any
    ): void

    Parameters

    Name Type Description
    key any

    The resource’s key.

    Remarks

    Gantt - Resources

    The key should have the same format as used in the data source field.

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

    Concepts

    See Also