menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttTaskResourceData - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GanttTaskResourceData

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

    Inheritance
    System.Object
    GanttTaskResourceData
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GanttTaskResourceData : Object

    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
    System.String

    Id

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

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

    Name

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

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

    Unit

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

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