The BeforeTaskRenderEventArgs..::..TaskBox type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToJson | ||
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Areas |
Activea areas.
| |
BackgroundColor |
Color of the task background.
| |
BackgroundImage |
URL of the background image for the event.
| |
BackgroundRepeat |
Repeat specification for the background image (accepts values allowed by CSS specification, e.g. "repeat-x").
| |
BarBackColor |
Color of the event duration bar background.
| |
BarColor |
Color of the event duration bar.
| |
BarVisible |
Set to false to disable duration bar on this calendar event.
| |
BorderColor |
Color of the border for this event.
| |
BubbleHtml |
Specifies HTML code to be used for bubble content. If this property is specified the bubble content is not reqested from the server.
| |
ClickEnabled |
Set to false to disable clicking on this calendar event on the client-side.
| |
ContextMenuClientName |
The name of context menu instance (JavaScript, see DayPilotMenu.ClientObjectName).
| |
CssClass |
CSS class for the event. Overrides the global definition.
| |
DeleteEnabled |
Set to false to disable deleting this calendar event using the X button in the upper right corner.
| |
DoubleClickEnabled |
Set to false to disable double clicking on this calendar event on the client-side.
| |
Html |
HTML of the task box.
| |
HtmlLeft |
Text that will be displayed on the left side of the task box.
| |
HtmlRight |
Text that will be displayed on the right side of the task box.
| |
MoveEnabled |
Set to false to disable moving of this calendar event on the client-side.
| |
ResizeEnabled |
Set to false to disable resizing of this event on the client-side.
| |
RightClickEnabled |
Set to false to disable right mouse click on this calendar event on the client-side.
| |
ToolTip |
Tooltip that appears when user hovers over the event (title HTML tag).
|