alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class Resource

    Calss used to define the info about a resource.

    Inheritance
    System.Object
    Resource
    Namespace: Syncfusion.Windows.Controls.Gantt
    Assembly: Syncfusion.Gantt.Wpf.dll
    Syntax
    public class Resource : Object

    Constructors

    Resource()

    Initializes a new instance of the Resource class.

    Declaration
    public Resource()

    Properties

    ID

    Gets or sets the ID.

    Declaration
    public int ID { get; set; }
    Property Value
    Type Description
    System.Int32

    The ID.

    Name

    Gets or sets the name.

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

    The name.

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved