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

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

    Constructors

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

    Fields

    Name Description
    AllocationPercentageProperty static Identifies the AllocationPercentage dependency property.
    ResourceProperty static Identifies the Resource dependency property.
    TaskProperty static Identifies the Task dependency property.

    Properties

    Name Description
    AllocationPercentage Specifies a data field from which the GanttControl obtains the percentage of time a resource spends on a task. This is a dependency property.
    Resource Specifies a data field from which the GanttControl obtains a resource. This is a dependency property.
    Task Specifies a data field from which the GanttControl obtains a task. This is a dependency property.
    See Also