Table of Contents
MonthTitleVisible Property

When a Calendar displayes multiple months in one page, use this property to specify if month title area is visible for each month.

Syntax
 public Boolean MonthTitleVisible { get; set; }
Remarks

This property only applies to Calendar that have multiple months display on a page.

When MonthRows or MonthColumns is set to a value greater than 1, multiple months are displayed on one page. In this case, month title area is the header of each month. Setting this property to true/false will show/hide this area.

When there is only one month displayed on a page, month title area will always be displayed in order to identify the current month. This property value will be ignored.

See Also