Version

UltraMonthViewMulti Class

Infragistics UltraMonthViewMulti
Syntax
'Declaration
 
Public Class UltraMonthViewMulti 
   Inherits UltraMonthViewMultiBase
   Implements Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.ISelectionManager, Infragistics.Win.IUltraControl, Infragistics.Win.IUltraControlElement, Infragistics.Win.Touch.IGestureConsumer, Infragistics.Win.Touch.ISupportTouchMetrics, Infragistics.Win.UIAutomation.IProvideUIAutomation 
public class UltraMonthViewMulti : UltraMonthViewMultiBase, Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.ISelectionManager, Infragistics.Win.IUltraControl, Infragistics.Win.IUltraControlElement, Infragistics.Win.Touch.IGestureConsumer, Infragistics.Win.Touch.ISupportTouchMetrics, Infragistics.Win.UIAutomation.IProvideUIAutomation  
Remarks

The UltraMonthViewMulti is a calendar control designed to display one or more months. By default, the appearance of the days is compact enough only to see the numbers of the days, month headers, and day of week headers. The control offers multiple properties for how the control is sized, which parts of the calendar are displayed and the size of those parts.

The number of months displayed is based on the size of the control and the font information, including the name and size of the font, from the Appearance property. The size of the control can be managed automatically using the ResizeMode property. When set to SizeToCalendar, the control will adjust its size based on the UltraMonthViewMultiBase.MonthDimensions. When set to BaseOnControlSize, the opposite will occur; the control will display as many months as possible based on its current size. The UltraMonthViewMultiBase.VisibleMonths will be positioned within the client area based on the CalendarAlign property value. If you want to determine the minimum size that the control would require to display a specified number of months, use the GetControlSize(Int32,Int32).

The UltraMonthViewMultiBase.WeekNumbersVisible and UltraMonthViewMultiBase.TrailingDaysVisible can be used to determine whether week numbers and trailing days are displayed, respectively.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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