The DayPilotMonth type exposes the following members.

Constructors

  NameDescription
Protected methodDayPilotMonth
Initializes a new instance of the DayPilotMonth class

Methods

  NameDescription
Public methodCallBack
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
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
Protected methodOnCommand
Protected methodOnEventBubble
Protected methodOnEventClick
Protected methodOnEventDelete
Event handler for EventDelete callback.
Protected methodOnEventMenuClick
Protected methodOnEventMove
Protected methodOnEventResize
Protected methodOnEventRightClick
Protected methodOnEventSelect
Protected methodOnFinish
Protected methodOnHeaderClick
Protected methodOnInit
Protected methodOnPrepare
Lifecycle hook. Called at the beginning of every request.
Protected methodOnTimeRangeDoubleClick
Protected methodOnTimeRangeSelected
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()()()()
Protected methodUpdate(Object)
Protected methodUpdate(CallBackUpdateType)
Protected methodUpdate(Object, CallBackUpdateType)
Protected methodUpdateWithMessage(String)
Protected methodUpdateWithMessage(String, CallBackUpdateType)

Fields

  NameDescription
Public fieldSelectedEvents
List of selected events.

Properties

  NameDescription
Public propertyBackColor
Business cell background color. Ignored in CssOnly mode.
Public propertyClientState
Gets the client state (.clientState property on the client side).
Protected propertyController
Public propertyCssOnly
Enables CssOnly mode.
Protected propertyDataEndField
Gets or sets the name of an event member that holds the event end.
Protected propertyDataIdField
Gets or sets the name of an event member that holds the event id.
Protected propertyDataRecurrenceField
Gets or sets the name of an event member that holds the recurrence information string.
Protected propertyDataStartField
Gets or sets the name of an event member that holds the event start.
Protected propertyDataTagFields
Gets or sets a comma-separated list of the names of the custom event members.
Protected propertyDataTextField
Gets or sets the name of an event member that holds the event text.
Protected propertyEvents
Public propertyEventSortExpression
Public propertyHeaderBackColor
Header background color. Ignored in CssOnly mode.
Public propertyId
Id of the control on the client side.
Public propertyNonBusinessBackColor
Non-business cell background color. Ignored in CssOnly mode.
Public propertyResolvedWeekStart
Public propertyShowWeekend
Whether to show weekends (Saturday and Sunday).
Public propertyStartDate
Gets or sets the month (ViewType=Month) or first week (ViewType=Weeks) to be displayed.
Public propertyUpdateType
Requested update type (None, EventsOnly, Full).
Public propertyViewType
View type: Month (displays one month), or Weeks (displays the number of week specified using Weeks property).
Public propertyVisibleEnd
Public propertyVisibleStart
Public propertyWeeks
The number of weeks to be displayed in ViewType=Weeks mode.
Public propertyWeekStarts
First day of week.

See Also