Intersoft ClientUI Documentation
UXCalendarSelectedDatesCollection Class
Members  See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace : UXCalendarSelectedDatesCollection Class






Represents a set of selected dates in a UXCalendar.

Object Model

UXCalendarSelectedDatesCollection Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class UXCalendarSelectedDatesCollection 
   Inherits System.Collections.ObjectModel.ObservableCollection(Of Date)
Visual Basic (Usage)Copy Code
Dim instance As UXCalendarSelectedDatesCollection
C# 
public sealed class UXCalendarSelectedDatesCollection : System.Collections.ObjectModel.ObservableCollection<DateTime> 
Delphi 
public class UXCalendarSelectedDatesCollection = class(System.Collections.ObjectModel.ObservableCollection)sealed; 
JScript 
public sealed class UXCalendarSelectedDatesCollection extends System.Collections.ObjectModel.ObservableCollection
Managed Extensions for C++ 
public __gc __sealed class UXCalendarSelectedDatesCollection : public System.Collections.ObjectModel.ObservableCollection<DateTime> 
C++/CLI 
public ref class UXCalendarSelectedDatesCollection sealed : public System.Collections.ObjectModel.ObservableCollection<DateTime> 

Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         Intersoft.Client.UI.Aqua.UXInput.UXCalendarSelectedDatesCollection

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.