Version

ComputedMinCalendarMode Property

Returns the preferred MinCalendarMode for the XamMonthCalendar within the dropdown of the control.
Syntax
'Declaration
 
Public ReadOnly Property ComputedMinCalendarMode As CalendarMode
public CalendarMode ComputedMinCalendarMode {get;}
Remarks

The ComputedMinCalendarMode is a read only property that returns a CalendarMode that identifies the smallest date unit that should be available within the XamMonthCalendar used in the dropdown of the control. For example, when the Mask is set to a mask that includes days, this property will return Days but if the smallest date unit in the mask is months (e.g. mm/yyyy), then this property will return Months to indicate the dropdown should only allow the user to see months and not days. This property is used within the default template to control the MinCalendarMode of the contained XamMonthCalendar.

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