Table of Contents
DisableWeekendDays Property

Gets or sets a boolean value to enable/disable weekend day cells.

Syntax
 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