Back to Devexpress

GanttTaskResourceMappingInfo.Color Property

aspnet-devexpress-dot-web-dot-aspxgantt-dot-gantttaskresourcemappinginfo-d05f024f.md

latest1.7 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("Color")]
public string Color { get; set; }
vb
<DefaultValue("Color")>
Public Property Color As String

Property Value

TypeDefaultDescription
String"Color"

A data field name.

|

Remarks

aspx
<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

GanttTaskResourceMappingInfo Class

GanttTaskResourceMappingInfo Members

DevExpress.Web.ASPxGantt Namespace