Version

DisabledDates Property

Returns a modifiable collection of Infragistics.DateRange instances that indicates the items that should be considered disabled.
Syntax
'Declaration
 
Public ReadOnly Property DisabledDates As CalendarDateRangeCollection
public CalendarDateRangeCollection DisabledDates {get;}
Remarks

The DisabledDates is a collection of Infragistics.DateRange instances that represent ranges of dates that should not be selectable by the end user. Dates may also be disabled using the DisabledDaysOfWeek property.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also