Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttTaskResourceData

    Show / Hide Table of Contents

    Class GanttTaskResourceData

    Class that defines resource details.

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

    Constructors

    GanttTaskResourceData()

    Declaration
    public GanttTaskResourceData()

    Properties

    ID

    Defines the id of resource.

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

    Name

    Defines the name of resource.

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

    Unit

    Defines the unit of resource.

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