ASPxClientGantt.DeleteResource(key) Method
In This Article
Deletes a resource.
#Declaration
TypeScript
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