Intersoft ClientUI Documentation
CalendarSelectionMode Enumeration



Specifies whether a single or multiple dates can be selected in a UXCalendar.
Syntax
Public Enum CalendarSelectionMode 
   Inherits System.Enum
Dim instance As CalendarSelectionMode
public enum CalendarSelectionMode : System.Enum 
public enum class CalendarSelectionMode : public System.Enum 
Members
MemberDescription
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Aqua.UXInput.CalendarSelectionMode

Requirements

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

See Also

Reference

Intersoft.Client.UI.Aqua.UXInput Namespace

Send Feedback