Skip to main content
All docs
V26.1
  • GanttResourceMappings Members

    Contains properties that specify data source fields from which the control obtains resources.

    Constructors

    Name Description
    GanttResourceMappings() Initializes a new instance of the GanttResourceMappings class.

    Fields

    Name Description
    ColorProperty static Identifies the Color dependency property.
    KeyProperty static Identifies the Key dependency property.
    NameProperty static Identifies the Name dependency property.

    Properties

    Name Description
    Color Specifies a data field from which the GanttControl obtains a resource’s color. This is a dependency property.
    Key Specifies a data field from which the GanttControl obtains a resource’s id. This is a dependency property.
    Name Specifies a data field from which the GanttControl obtains a resource’s name. This is a dependency property.
    See Also