Gets or sets a boolean value to enable/disable day cells that do not belong to the current month.
[Visual Basic]
Public Property EnableOtherMonthDays As
Boolean
[C#]
public
Boolean EnableOtherMonthDays {get; set;}
Remarks
By default, day cells that do not belong to the current month are disabled even if displayed. Set this property to true to enable them.
See Also
Calendar Class | EO.Web Namespace