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