Table of Contents
DisabledDates Property

Gets or sets a collection of dates to which DisabledDayStyle will be applied.

Syntax
 public DateCollection DisabledDates { get; set; }

Property Value

DateCollection

A DateCollection specifying the disabled dates.

Remarks

Gets or sets a collection of dates to which DisabledDayStyle will be applied.

See Also