The DayPilotBubble type exposes the following members.

Constructors

  NameDescription
Public methodDayPilotBubble
Initializes a new instance of the DayPilotBubble class

Methods

  NameDescription
Protected methodAddedControl (Inherited from Control.)
Protected methodAddParsedSubObject (Inherited from Control.)
Public methodApplyStyleSheetSkin (Inherited from Control.)
Protected methodBuildProfileTree (Inherited from Control.)
Protected methodClearChildControlState (Inherited from Control.)
Protected methodClearChildState (Inherited from Control.)
Protected methodClearChildViewState (Inherited from Control.)
Protected methodCreateControlCollection (Inherited from Control.)
Protected methodCreateChildControls (Inherited from Control.)
Public methodDataBind()()()() (Inherited from Control.)
Protected methodDataBind(Boolean) (Inherited from Control.)
Protected methodDataBindChildren (Inherited from Control.)
Public methodDispose (Inherited from Control.)
Protected methodEnsureChildControls (Inherited from Control.)
Protected methodEnsureID (Inherited from Control.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFindControl(String) (Inherited from Control.)
Protected methodFindControl(String, Int32) (Inherited from Control.)
Public methodFocus (Inherited from Control.)
Public methodGetCallbackResult
Callback result generation.
Protected methodGetDesignModeState (Inherited from Control.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodHasControls (Inherited from Control.)
Protected methodHasEvents (Inherited from Control.)
Protected methodIsLiteralContent (Inherited from Control.)
Protected methodLoadControlState (Inherited from Control.)
Protected methodLoadViewState (Inherited from Control.)
Protected methodMapPathSecure (Inherited from Control.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnBubbleEvent (Inherited from Control.)
Protected methodOnDataBinding (Inherited from Control.)
Protected methodOnInit (Inherited from Control.)
Protected methodOnLoad
Raises the Load event.
(Overrides Control..::..OnLoad(EventArgs).)
Protected methodOnPreRender (Inherited from Control.)
Protected methodOnUnload (Inherited from Control.)
Protected methodOpenFile (Inherited from Control.)
Protected methodRaiseBubbleEvent (Inherited from Control.)
Public methodRaiseCallbackEvent
Callback handling.
Protected methodRemovedControl (Inherited from Control.)
Protected methodRender
Renders the control HTML.
(Overrides Control..::..Render(HtmlTextWriter).)
Public methodRenderControl(HtmlTextWriter) (Inherited from Control.)
Protected methodRenderControl(HtmlTextWriter, ControlAdapter) (Inherited from Control.)
Protected methodRenderChildren (Inherited from Control.)
Protected methodResolveAdapter (Inherited from Control.)
Public methodResolveClientUrl (Inherited from Control.)
Public methodResolveUrl (Inherited from Control.)
Protected methodSaveControlState (Inherited from Control.)
Protected methodSaveViewState (Inherited from Control.)
Protected methodSetDesignModeState (Inherited from Control.)
Public methodSetRenderMethodDelegate (Inherited from Control.)
Public methodToString (Inherited from Object.)
Protected methodTrackViewState (Inherited from Control.)

Properties

  NameDescription
Protected propertyAdapter (Inherited from Control.)
Public propertyAnimated
Whether an animation is used during bubble popup. Disables loading label (regardless of ShowLoadingLabel value).
Public propertyAnimation
Animation type.
Public propertyAppRelativeTemplateSourceDirectory (Inherited from Control.)
Public propertyBackColor
Color of the bubble background.
Public propertyBindingContainer (Inherited from Control.)
Public propertyBorderColor
Color of the bubble border.
Public propertyClientID (Inherited from Control.)
Protected propertyClientIDSeparator (Inherited from Control.)
Public propertyClientObjectName
JavaScript instance name on the client-side. If it is not specified the control ClientID will be used.
Protected propertyContext (Inherited from Control.)
Public propertyControls (Inherited from Control.)
Public propertyCorners
Corner look: regular or rounded. Rounded corners are not supported in IE up to IE 8.
Public propertyCssClassPrefix Obsolete.
Specifies the prefix of the CSS classes that contain style definitions for the elements of this control.
Public propertyCssOnly Obsolete.
Whether to ignore all style properties. Only CSS styling will be used.
Protected propertyDesignMode (Inherited from Control.)
Public propertyEnableTheming (Inherited from Control.)
Public propertyEnableViewState (Inherited from Control.)
Protected propertyEvents (Inherited from Control.)
Protected propertyHasChildViewState (Inherited from Control.)
Public propertyHideAfter
Milliseconds to wait before the bubble disappears (after mousouting the event or the bubble).
Protected propertyChildControlsCreated (Inherited from Control.)
Public propertyID (Inherited from Control.)
Protected propertyIdSeparator (Inherited from Control.)
Protected propertyIsChildControlStateCleared (Inherited from Control.)
Protected propertyIsTrackingViewState (Inherited from Control.)
Protected propertyIsViewStateEnabled (Inherited from Control.)
Public propertyLoadingText
Text that appear while loading the content from the server.
Protected propertyLoadViewStateByID (Inherited from Control.)
Public propertyNamingContainer (Inherited from Control.)
Public propertyPage (Inherited from Control.)
Public propertyParent (Inherited from Control.)
Public propertyPosition
Preferred position of the bubble. 'EventTop' places the bubble above the event if there is enough space, otherwise below the event. 'Mouse' places the bubble at the current mouse position.
Public propertyResourcesPath
Directory part of the URL where static resources are located (ending with a slash). E.g. "/resources/".
Public propertyResourcesStatic
Whether the resources (.js and image files) should be loaded statically (from a directory specified in ResourcesPath).
Public propertyShowAfter
Milliseconds to wait before the bubble appears (after mouseovering the events).
Public propertyShowLoadingLabel
Should the "Loading..." label be visible while waiting for the server response?
Public propertySite (Inherited from Control.)
Public propertySkinID (Inherited from Control.)
Public propertyTemplateControl (Inherited from Control.)
Public propertyTemplateSourceDirectory (Inherited from Control.)
Public propertyTheme
Specifies the CSS theme.
Public propertyUniqueID (Inherited from Control.)
Public propertyUseBorder
Should the bubble have a shadow?
Public propertyUseShadow
Should the bubble have a shadow?
Protected propertyViewState (Inherited from Control.)
Protected propertyViewStateIgnoresCase (Inherited from Control.)
Public propertyVisible (Inherited from Control.)
Public propertyWidth
Width of the bubble in pixels (height is adjusted automatically).
Public propertyZIndex
Z-index of the bubble.

Events

  NameDescription
Public eventDataBinding (Inherited from Control.)
Public eventDisposed (Inherited from Control.)
Public eventInit (Inherited from Control.)
Public eventLoad (Inherited from Control.)
Public eventPreRender (Inherited from Control.)
Public eventRenderCellBubble
Invoked for cell bubbles.
Public eventRenderContent Obsolete.
Event for handling the dynamic content generation request.
Public eventRenderEventBubble
Invoked for event bubbles.
Public eventRenderResourceBubble
Invoked for resource header bubbles.
Public eventRenderTimeBubble
Invoked for time header bubbles.
Public eventUnload (Inherited from Control.)

See Also