Resource
Namespace: Wisej.Web.Ext.FullCalendar
Assembly: Wisej.Web.Ext.FullCalendar
Represents a resource in the FullCalendar control when using the scheduler commercial plug in.
- C#
- VB.NET
public class Resource
Public Class Resource
Constructors
Resource()
Constructs a new instance of Resource.
Resource(id)
Constructs a new instance of Resource.
| Name | Type | Description |
|---|---|---|
| id | String | A string that represents the ID of this resource. |
Properties
Children
Resource[]: Child resources. (Default: null)
EventBackgroundColor
Color: Sets the background color for the events associated to this resource. (Default: Color [Empty])
EventBorderColor
Color: Sets the border color for the events associated to this resource. (Default: Color [Empty])
EventClassName
String: A CSS class (or array of classes) that will be attached to this event's element when it is associated to this resource. (Default: "")
EventTextColor
Color: Sets the text color for the events associated to this resource. (Default: Color [Empty])
Id
String: Returns or sets the unique ID for this resource. It's used by ResourceId to associate the event to the resource. (Default: null)
Owner
FullCalendar: Returns the FullCalendar that owns this resource.
Title
String: Returns or sets the title of this resource. (Default: "")
UserData
Object: Returns a dynamic object that can be used to store custom data.