Version

DisabledDaysOfWeek Property

Returns or sets a flagged enumeration indicating which days of the week are always disabled.
Syntax
'Declaration
 
Public Property DisabledDaysOfWeek As Infragistics.Controls.DayOfWeekFlags
public Infragistics.Controls.DayOfWeekFlags DisabledDaysOfWeek {get; set;}
Remarks

The DisabledDaysOfWeek is a flagged enumeration that can be used to prevent selection of one or more days of the week. The DisabledDates may be used to disable specific dates (or ranges of dates).

When the DisabledDaysOfWeekVisibility property is set to true the disabled days of the week will be hidden from the display.

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