Intersoft.Client.UI.Aqua.UXInput Namespace : CalendarSelectionMode Enumeration |
Public Enum CalendarSelectionMode Inherits System.Enum
Dim instance As CalendarSelectionMode
public enum CalendarSelectionMode : System.Enum
public enum class CalendarSelectionMode : public System.Enum
Member | Description |
---|---|
MultipleRange | Multiple non-contiguous ranges of dates can be selected. Use the SelectedDates property to retrieve the selected dates. |
None | No selections are allowed. |
SingleDate | A single date can be selected. Use the SelectedDate property to retrieve the selected date. |
SingleRange | A single range of dates can be selected. Use the SelectedDates property to retrieve the selected dates. |
System.Object
System.ValueType
System.Enum
Intersoft.Client.UI.Aqua.UXInput.CalendarSelectionMode
Target Platforms: 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