Intersoft ClientUI Documentation
SelectedDates Property



Gets or sets the collection that represents one or more selected dates.
Syntax
<CategoryAttribute("Common Properties")>
Public Property SelectedDates As IEnumerable(Of Date)
Dim instance As UXCalendar
Dim value As IEnumerable(Of Date)
 
instance.SelectedDates = value
 
value = instance.SelectedDates
[CategoryAttribute("Common Properties")]
public IEnumerable<DateTime> SelectedDates {get; set;}
[CategoryAttribute("Common Properties")]
public:
property IEnumerable<DateTime>^ SelectedDates {
   IEnumerable<DateTime>^ get();
   void set (    IEnumerable<DateTime>^ value);
}
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

Send Feedback