The BeforeTaskRenderEventArgs..::..TaskBox type exposes the following members.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToJson
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyAreas
Activea areas.
Public propertyBackgroundColor
Color of the task background.
Public propertyBackgroundImage
URL of the background image for the event.
Public propertyBackgroundRepeat
Repeat specification for the background image (accepts values allowed by CSS specification, e.g. "repeat-x").
Public propertyBarBackColor
Color of the event duration bar background.
Public propertyBarColor
Color of the event duration bar.
Public propertyBarVisible
Set to false to disable duration bar on this calendar event.
Public propertyBorderColor
Color of the border for this event.
Public propertyBubbleHtml
Specifies HTML code to be used for bubble content. If this property is specified the bubble content is not reqested from the server.
Public propertyClickEnabled
Set to false to disable clicking on this calendar event on the client-side.
Public propertyContextMenuClientName
The name of context menu instance (JavaScript, see DayPilotMenu.ClientObjectName).
Public propertyCssClass
CSS class for the event. Overrides the global definition.
Public propertyDeleteEnabled
Set to false to disable deleting this calendar event using the X button in the upper right corner.
Public propertyDoubleClickEnabled
Set to false to disable double clicking on this calendar event on the client-side.
Public propertyHtml
HTML of the task box.
Public propertyHtmlLeft
Text that will be displayed on the left side of the task box.
Public propertyHtmlRight
Text that will be displayed on the right side of the task box.
Public propertyMoveEnabled
Set to false to disable moving of this calendar event on the client-side.
Public propertyResizeEnabled
Set to false to disable resizing of this event on the client-side.
Public propertyRightClickEnabled
Set to false to disable right mouse click on this calendar event on the client-side.
Public propertyToolTip
Tooltip that appears when user hovers over the event (title HTML tag).

See Also