Version

DisabledDaysOfWeekVisibility Property

Returns or sets a boolean indicating whether days of the week disabled using the DisabledDaysOfWeek should be displayed in the calendar.
Syntax
'Declaration
 
Public Property DisabledDaysOfWeekVisibility As Visibility
public Visibility DisabledDaysOfWeekVisibility {get; set;}
Remarks

By default all days of the week will be displayed within the control including those that are disabled using the DisabledDaysOfWeek. This property can be set to true to hide the disabled days of the week.

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