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

Calendar.DisableWeekendDays Property

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


Direct link to this topic