Kendo.Mvc.UI.TaskBoardResource
Defines the fluent API for configuring the TaskBoardResource settings.
Properties
DataColorField
The field of the resource data item which contains the resource color.
DataTextField
The field of the resource data item which represents the resource text.
DataValueField
The field of the resource data item which represents the resource value. The resource value is used to link a TaskBoard event with a resource.
Field
The field of the TaskBoard event which contains the resource id.
Multiple
If set to true the TaskBoard event can be assigned multiple instances of the resource. The TaskBoard event field specified via the field option will contain an array of resources. By default only one resource instance can be assigned to an event.
Name
The name of the resource used to distinguish resource. If not set the value of the field option is used.
Title
The user friendly title of the resource displayed in the TaskBoard edit form. If not set the value of the field option is used.
ValuePrimitive
Set to false if the TaskBoard event field specified via the field option contains a resource data item. By default the TaskBoard expects that field to contain a primitive value (string, number) which corresponds to the "value" of the resource (specified via dataValueField).
Methods
Serialize(System.Collections.Generic.IDictionary<System.String,System.Object>)
Serialize current instance to Dictionary