property Schedule.HeaderGroupHeight as Double
Indicates the height of the group's header.

TypeDescription
Double A double expression that indicates the height of the header to be shown for groups, in the schedule view. A positive value is multiplied with the font's height, while a negative value indicates a fixed height.
By default, the HeaderGroupHeight property is 1, which indicates that the height of the group's header is the same as the font's height. The HeaderGroupHeight property determines the height of the header by multiplying the value with the height of the current font, if the value is positive, else if the value is negative it indicates a fixed height. The Font property indicates the control's font. Use the HeaderGroupHeight property to programmatically extend the header's height. The HeaderGroupHeight property on 0, indicates that no header is shown for groups. The Caption/Title property of the Group is displayed on the group's header.

The HeaderDayHeight property indicates the height of the header that displays dates in the schedule view.