Version

ComputedMinCalendarMode Property

Returns the preferred MinCalendarMode for the XamCalendar within the dropdown of the control.
Syntax
'Declaration
 
Public ReadOnly Property ComputedMinCalendarMode As Infragistics.Controls.Editors.CalendarZoomMode
public Infragistics.Controls.Editors.CalendarZoomMode ComputedMinCalendarMode {get;}
Remarks

The ComputedMinCalendarMode is a read only property that returns a System.Windows.Controls.CalendarMode that identifies the smallest date unit that should be available within the Infragistics.Controls.Editors.XamCalendar used in the dropdown of the control. For example, when the Infragistics.Controls.Editors.XamMaskedInput.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 Infragistics.Controls.Editors.XamCalendar.MinCalendarMode of the contained Infragistics.Controls.Editors.XamCalendar.

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