property Group.Alignment as ContentAlignmentEnum
Indicates the alignment of the caption/title of the Group object.

TypeDescription
ContentAlignmentEnum A ContentAlignmentEnum expression that specifies the alignment of the caption/title of the Group. 
By default, the Alignment property is exTopCenter. The Alignment property is applied to group's client area not to the group's header only. In other words, if you set the Alignment to exBottomCenter, the group's title/caption is being displayed on the bottom of the group, instead of the group's header. The HeaderGroupHeight property indicates the height of the group's header relative to the control's font height. The group's header does not clip its caption or title to the header section, to allow displaying the HTML text or pictures on the Group's client as in the following screen shot. The Caption property indicates the HTML caption to be displayed on the Group's header. The Title property indicates the title to be shown when the user drop down the grouping button. The control displays Caption or Title on the control's header based on the date's size. If the date is too small, the title may be displayed instead caption. By default, You can resize the schedule view, by dragging the mouse while clicking the middle mouse button.