GanttTasksBuilder Members
In This Article
#Constructors
Name | Description |
---|---|
Gantt |
For internal use only. Initializes a new Gantt |
#Methods
Name | Description |
---|---|
Color |
Specifies the data field that provides tasks' color. Mirrors the client-side color |
Color |
Specifies the data field that provides tasks' color. Mirrors the client-side color |
Data |
Binds the UI component to the data source which contains tasks. Mirrors the client-side data |
Data |
Binds Gantt tasks to a collection: Array , List , or IEnumerable .
|
Data |
Binds Gantt tasks to data, allows you to configure data access from different sources: API controllers, Razor page handlers, OData services, arrays, and more. |
Data |
Binds Gantt tasks to read-only data in JSON format. |
Data |
Provides access to methods that mirror client-side data source options. |
End |
Specifies the data field that provides tasks' end dates. Mirrors the client-side end |
End |
Specifies the data field that provides tasks' end dates. Mirrors the client-side end |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Key |
Specifies the data field that provides keys for tasks. Mirrors the client-side key |
Key |
Specifies the data field that provides keys for tasks. Mirrors the client-side key |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Option |
Specifies an option by its name. |
Parent |
Specifies the data field that provides tasks' parent IDs. Mirrors the client-side parent |
Parent |
Specifies the data field that provides tasks' parent IDs. Mirrors the client-side parent |
Progress |
Specifies the data field that provides tasks' progress. Mirrors the client-side progress |
Progress |
Specifies the data field that provides tasks' progress. Mirrors the client-side progress |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Start |
Specifies the data field that provides tasks' start dates. Mirrors the client-side start |
Start |
Specifies the data field that provides tasks' start dates. Mirrors the client-side start |
Title |
Specifies the data field that provides task titles. Mirrors the client-side title |
Title |
Specifies the data field that provides task titles. Mirrors the client-side title |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also