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