ASPxClientGantt.ShowResources(value) Method
Specifies whether the resources are visible in the Gantt.
Declaration
ShowResources(
value: boolean
): void
Parameters
Name | Type | Description |
---|---|---|
value | boolean |
|
Remarks
<script>
// Call the ASPxClientGantt's ShowResources method
clientGantt.ShowResources(false);
</script>
...
<dx:ASPxGantt ID="Gantt" runat="server" ClientInstanceName="clientGantt" >
//...
</dx:ASPxGantt>
Concepts
See Also