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

Calendar.DisabledDates Property

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

[Visual Basic]
Public Property DisabledDates As DateCollection
[C#]
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

Calendar Class | EO.Web Namespace


Direct link to this topic