Resource
Wisej.Web.Ext.FullCalendar.Resource
Namespace: Wisej.Web.Ext.FullCalendar
Assembly: Wisej.Web.Ext.FullCalendar (3.2.0.0)
Represents a resource in the FullCalendar control when using the scheduler commercial plug in.
public class ResourcePublic Class ResourceConstructors
Resource()
Constructs a new instance of Resource.
Resource(id)
Constructs a new instance of 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.
Last updated
Was this helpful?