Version

Workdays Property

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

The Workdays is a flagged enumeration that may be set to one or more days. The WorkDays is used to initialize the IsWorkday to allow custom styling of days. This property defaults to all days of the week excluding Saturday and Sunday.

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