Skip to main content
All docs
V25.1
  • GanttTaskResourceMappingInfo.Color Property

    Specifies the name of the data field that contains information on the resource color.

    Namespace: DevExpress.Web.ASPxGantt

    Assembly: DevExpress.Web.ASPxGantt.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    [DefaultValue("Color")]
    public string Color { get; set; }

    Property Value

    Type Default Description
    String "Color"

    A data field name.

    Remarks

    <dx:ASPxGantt ID="Gantt" runat="server"  ...>
        <Mappings>
            <Resource Key="ID" Name="Name" Color="ResourceColor" />
            //...
        </Mappings>
        ...
    </dx:ASPxGantt>
    

    Concept

    Bind To Data

    Online Demos

    See Also