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.UiAssembly: 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.
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.
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.