Back to Devexpress

ASPxClientGantt.ShowResources(value) Method

aspnet-js-aspxclientgantt-dot-showresources-x28-value-x29.md

latest1.5 KB
Original Source

ASPxClientGantt.ShowResources(value) Method

Specifies whether the resources are visible in the Gantt.

Declaration

ts
ShowResources(
    value: boolean
): void

Parameters

NameTypeDescription
valueboolean

true, to show resources in the Gantt; otherwise, false.

|

Remarks

aspx
<script>
// Call the ASPxClientGantt's ShowResources method
clientGantt.ShowResources(false);
</script>
...
<dx:ASPxGantt ID="Gantt" runat="server" ClientInstanceName="clientGantt" >
    //...
</dx:ASPxGantt>

Run Demo: ASPxGantt - Chart Appearance Run Demo: MVCxGantt - Chart Appearance

Concepts

See Also

ASPxGantt - Overview

MVCxGantt - Overview

ASPxGantt - 'How To' Examples

MVCxGantt - 'How To' Examples

ASPxClientGantt Class

ASPxClientGantt Members