The DayPilotCalendar type exposes the following members.

Methods

  NameDescription
Public methodCallBack(Stream)
Processes the callback request.
Public methodCallBack(Controller)
Processes the callback request. This method should be called from the backend controller.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnBeforeCellRender
An event handler that allows time cell customization. Called once for each time cell.
Protected methodOnBeforeEventRecurrence
This event is fired during event loading.
Protected methodOnBeforeEventRender
An event handler that allows event customization. Called once for each event in the Events collection.
Protected methodOnBeforeHeaderRender
An event handler that allows column header customization. Called once for each column.
Protected methodOnBeforeTimeHeaderRender
An event handler that allows time header customization. Called once for each time header cell.
Protected methodOnCommand
Event handler for Command callback.
Protected methodOnEventBubble
Event handler for dynamic bubble request callback.
Protected methodOnEventClick
Event handler for EventClick callback.
Protected methodOnEventDelete
Event handler for EventDelete callback.
Protected methodOnEventDoubleClick
Event handler for EventDoubleClick callback.
Protected methodOnEventEdit
Event handler for EventEdit callback.
Protected methodOnEventMenuClick
Event handler for EventMenuClick callback. Fired for menu items that use Action=CallBack.
Protected methodOnEventMove
Event handler for EventMove callback. Used for Notify handling mode as well.
Protected methodOnEventResize
Event handler for EventResize callback. Used for Notify handling mode as well.
Protected methodOnEventRightClick
Event handler for EventRightClick callback.
Protected methodOnEventSelect
Event handler for EventSelect callback.
Protected methodOnFinish
Lifecycle hook. Called at the end of every callback request.
Protected methodOnHeaderClick
Event handler for HeaderClick callback.
Protected methodOnInit
Event handler for Init callback. Fired automatically on initial page load.
Protected methodOnNotify
Event handler for Notify callback.
Protected methodOnPrepare
Lifecycle hook. Called at the beginning of every callback request.
Protected methodOnTimeRangeDoubleClick
Event handler for TimeRangeDoubleClick callback.
Protected methodOnTimeRangeMenuClick
Event handler for TimeRangeMenuClick callback. Fired for menu items that use Action=CallBack.
Protected methodOnTimeRangeSelected
Event handler for TimeRangeSelected callback.
Protected methodRedirect
Redirects the page to a new location specified by the url parameter.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodUpdate()()()()
Request EventsOnly refresh on the client side. Requires a fresh data set to be loaded in Events.
Protected methodUpdate(Object)
Request EventsOnly refresh on the client side. Requires a fresh data set to be loaded in Events.
Protected methodUpdate(CallBackUpdateType)
Request a client-side refresh.
Protected methodUpdate(Object, CallBackUpdateType)
Request a client-side refresh.
Protected methodUpdateWithMessage(String)
Request EventsOnly refresh on the client side. Requires a fresh data set to be loaded in Events. Displays the specified message using the integrated message bar.
Protected methodUpdateWithMessage(String, CallBackUpdateType)
Request a client-side refresh. Requires a fresh data set to be loaded in Events. Displays the specified message using the integrated message bar.

See Also