The Scheduler does not provide EventHeight property for the CustomView type:

This cannot compile:
views.CustomView("MultiMonth", view => view.Title("Multi-month").EventHeight(60).Selected(true));
Which prevents us from setting EventHeight when creating HtmlHelpers version of this implementation:
https://docs.telerik.com/kendo-ui/knowledge-base/custom-view
{ type: "ThreeDayView", title: "Three day view", selected: true, eventHeight: 60 }
https://dojo.telerik.com/XtMMTCbl/10