Gets a collection of dates that are marked as not selectable.

Namespace:  C1.Silverlight.DateTimeEditors
Assembly:  C1.Silverlight.DateTimeEditors (in C1.Silverlight.DateTimeEditors.dll)

Syntax

C#
public CalendarBlackoutDatesCollection BlackoutDates {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	private set;
 }
Visual Basic
Public Property BlackoutDates As CalendarBlackoutDatesCollection
	<CompilerGeneratedAttribute> _
	Get
	<CompilerGeneratedAttribute> _
	Private Set

Field Value

A collection of dates that cannot be selected. The default value is an empty collection.

See Also