menu

UWP

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

    Show / Hide Table of Contents

    Class GanttResource

    Represents the class for Gantt Resource.

    Inheritance
    System.Object
    GanttResource
    Namespace: Syncfusion.UI.Xaml.Gantt
    Assembly: Syncfusion.SfGantt.UWP.dll
    Syntax
    public class GanttResource : Object

    Constructors

    GanttResource()

    Declaration
    public GanttResource()

    Properties

    ID

    Gets or sets the ID.

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

    The ID.

    Name

    Gets or sets the name.

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

    The name.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved