alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class GanttTaskResourceData

    Represents the details of resources assigned to tasks in the Gantt chart.

    Inheritance
    object
    GanttTaskResourceData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GanttTaskResourceData

    Constructors

    GanttTaskResourceData()

    Declaration
    public GanttTaskResourceData()

    Properties

    Group

    Represents the group affiliation of a resource in the Gantt chart.

    Declaration
    public string Group { get; set; }
    Property Value
    Type
    string

    Id

    Represents the unique identifier of a resource in the Gantt chart.

    Declaration
    public string Id { get; set; }
    Property Value
    Type
    string

    Name

    Represents the unique identifier of a resource in the Gantt chart.

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    string

    Unit

    Represents the unit measurement of a resource in the Gantt chart.

    Declaration
    public string Unit { get; set; }
    Property Value
    Type
    string
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved