Intersoft ClientUI Documentation
SelectionMode Property (UXCalendar)



Gets or sets a value that indicates the selection behavior to apply to the UXCalendar control at runtime, whether it is no selection, a single selection, multiple selection, or a multiple range selection.
Syntax
<CategoryAttribute("Common Properties")>
Public Property SelectionMode As CalendarSelectionMode
Dim instance As UXCalendar
Dim value As CalendarSelectionMode
 
instance.SelectionMode = value
 
value = instance.SelectionMode
[CategoryAttribute("Common Properties")]
public CalendarSelectionMode SelectionMode {get; set;}
[CategoryAttribute("Common Properties")]
public:
property CalendarSelectionMode SelectionMode {
   CalendarSelectionMode get();
   void set (    CalendarSelectionMode value);
}
Remarks

You can determine the selection mode of the UXCalendar from SelectionMode property. There are four selection mode in UXCalendar that you can select as follows.

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

UXCalendar Class
UXCalendar Members

Concepts

UXCalendar

Send Feedback