Gets or sets a boolean value to enable/disable weekend day cells.
[Visual Basic]
Public Property DisableWeekendDays As
Boolean
[C#]
public
Boolean DisableWeekendDays {get; set;}
Remarks
Gets or sets a boolean value to enable/disable weekend day cells. By default, this property is false, weekend day cells will not apply DisabledDayStyle. If this property is set to true, weekend day cells will apply DisabledDayStyle.
See Also
Calendar Class | EO.Web Namespace