The DayPilotBubbleConfig type exposes the following members.

Constructors

  NameDescription
Public methodDayPilotBubbleConfig
Default constructor.

Methods

  NameDescription
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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Fields

  NameDescription
Public fieldWidth
Bubble width. If set to 0 it will be determined by the content.

Properties

  NameDescription
Public propertyAnimated
Use animated popup.
Public propertyBackgroundColor
Background color. Ignored in CssOnly mode.
Public propertyBorderColor
Border color. Ignored in CssOnly mode.
Public propertyCssClassPrefix Obsolete.
A prefix used for all internal CSS classes. Use it to apply a theme.
Public propertyCssOnly
Use CssOnly rendering mode (pure CSS styling).
Public propertyHideAfter
Wait for the specified number of milliseconds before hiding the bubble (on mouse out).
Public propertyLoadingText
HTML of the loading label.
Public propertyPosition
Bubble position (above the object or at the mouse pointer).
Public propertyShowAfter
Wait for the specified number of milliseconds before dispalying the bubble (on hover).
Public propertyShowLoadingLabel
Show the loading label before the dynamic HTML is loaded from the server. Disabled for Animated = true.
Public propertyTheme
CSS theme id.
Public propertyUseBorder
Whether to draw a border. Ignored in CssOnly mode.
Public propertyUseShadow
Use a shadow. Ignored in CssOnly mode.
Public propertyZIndex
z-index of the bubble object.

See Also