Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Calendar.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.

[Visual Basic]
Public Property MonthTitleVisible As Boolean
[C#]
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

Calendar Class | EO.Web Namespace


Direct link to this topic