WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Resource - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Resource

    Calss used to define the info about a resource.

    Inheritance
    System.Object
    Resource
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Gantt
    Assembly: Syncfusion.Gantt.Wpf.dll
    Syntax
    public class Resource

    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 - 2021 Syncfusion Inc. All Rights Reserved