DayPilot.Bubble.zIndex

The zIndex property (number) specifies the z-index of the bubble object.

Default Value

10

Example

var bubble = new DayPilot.Bubble({
  zIndex: 10000,
  // ...

});