ASPxClientGantt.DeleteResource(key) Method
Deletes a resource.
Declaration
DeleteResource(
key: any
): void
Parameters
Name | Type | Description |
---|---|---|
key | any | The resource’s key. |
Remarks
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