Calendar: Event Box

By default, the event boxes are aligned with the cell size.The real event length is indicated using a duration bar.

Example:

  • Default cell size is 30 minutes (CellDuration="30").
  • Event with duration from 10:15 to 10:45 will be rendered in a box with size 10:00-11:00.

If you want to show events in real length, you can use UseEventBoxes property. It has three possible values:

  • Always (default)
  • Never
  • ShortEventsOnly

UseEventBoxes="Always"

02-useboxes.png

UseEventBoxes="ShortEventsOnly"

03-noboxes.png

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java