When set to Always (default) events are shown in boxes that are aligned with the cell size. Set to Never or ShortEventsOnly if you want to show events in real length.

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public UseBoxesEnum UseEventBoxes { get; set; }
Visual Basic
Public Property UseEventBoxes As UseBoxesEnum
	Get
	Set
Visual C++
public:
property UseBoxesEnum UseEventBoxes {
	UseBoxesEnum get ();
	void set (UseBoxesEnum value);
}

Remarks

By default, event boxes are aligned with the cell size. E.g. for CellsPerHour="2" the cell size is 30 minutes. In that case, event with duration from 10:15 to 10:45 will be rendered in a box with size 10:00-11:00.
When that value is set to ShortEventsOnly the events will be rendered in real size. Events shorter than a cell size will be rendered in a box unles you set this property to Never.

See Also