Skip to main content
A newer version of this page is available. .

GanttViewSettings.ShowResources Property

Specifies whether to display task resources.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxGantt.v19.2.dll

Declaration

[DefaultValue(true)]
public bool ShowResources { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to display task resources; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowResources
ASPxGantt
.SettingsGanttView.ShowResources
GanttSettings
.SettingsGanttView.ShowResources
MVCxGantt
.SettingsGanttView.ShowResources

Remarks

<dx:ASPxGantt ID="Gantt" runat="server" ...>
    <Columns>
        <dx:GanttColumn FieldName="Subject" Width="180" />
        <dx:GanttColumn FieldName="StartDate" Width="100" DisplayFormat="MM/dd/yyyy" />
        <dx:GanttColumn FieldName="EndDate" Width="100" DisplayFormat="MM/dd/yyyy" /> 
    </Columns>
    <SettingsGanttView ShowResources="false" />
    <Mappings>
    ...
    </Mappings>
</dx:ASPxGantt>

Concept

Gantt Control

Online Demo

ASPxGantt - Appearance Customization

See Also