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 Resource

Constructors

Constructs a new instance of Resource.

Constructs a new instance of Resource.

NameTypeDescription

id

A string that represents the ID of this resource.

Properties

Resource[]: Child resources. (Default: null)

Color: Sets the background color for the events associated to this resource. (Default: Color [Empty])

Color: Sets the border color for the events associated to this resource. (Default: Color [Empty])

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: "")

Color: Sets the text color for the events associated to this resource. (Default: Color [Empty])

String: Returns or sets the unique ID for this resource. It's used by ResourceId to associate the event to the resource. (Default: null)

FullCalendar: Returns the FullCalendar that owns this resource.

String: Returns or sets the title of this resource. (Default: "")

Object: Returns a dynamic object that can be used to store custom data.

Last updated