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

Calendar.OtherMonthDayVisible Property

Gets or sets a boolean value to show/hide day cells that do not belong to current month.

[Visual Basic]
Public Property OtherMonthDayVisible As Boolean
[C#]
public Boolean OtherMonthDayVisible {get; set;}

Remarks

Gets or sets a boolean value to show/hide day cells that do not belong to current month.

By default, this property is false. If this property is true, those day cells will apply OtherMonthDayStyle if specified.

See Also

Calendar Class | EO.Web Namespace


Direct link to this topic