Version

UltraCalendarCombo Class

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

The UltraCalendarCombo provides a dropdown calendar similar to that of Outlook. The dropdown has an area for adding Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton objects which can have custom text, date, action and tooltip. The Value may be displayed in any Format and can be further controlled by a specific locale by setting the DateTimeFormatInfo.

The Value may be modified by typing in a date, using the spin buttons, using one of the Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton objects in the dropdown or by selecting a Day in the dropdown. The Value can allow null dates when the AllowNull property is true and can also be bound. The Value can even be set to be automatically updated via the AutoSelectionUpdate property.

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