Mouse hover activation

This is the default mode for all controls.

You can specify the activation delay using ShowAfter property (miliseconds before it starts loading).

Click activation

Available for the following events:

  • EventClick
  • EventDoubleClick
  • EventRightClick

At this moment it's only supported in Calendar bubbles.

In order to show the bubble only upon event click do the following:

  1. Set EventClickHandling to "Bubble".
  2. Set EventHoverHandling to "Disabled" (the default "Bubble value would activate the bubble on hover).
  3. Assign your DayPilot Bubble control id to BubbleID property.
  4. Set DayPilotBubble.HideAfter property to "0" (this will prevent automatic bubble hiding on mouseout).