Skip to main content
All docs
V26.1
  • ASPxClientGantt.ShowResources(value) Method

    Specifies whether the resources are visible in the Gantt.

    Declaration

    ShowResources(
        value: boolean
    ): void

    Parameters

    Name Type Description
    value boolean

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

    Remarks

    <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