Intersoft ClientUI Documentation
Events Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXCalendar Class : Events Property






Gets a collection of events in which the item can be an event, holiday, or blackout.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public ReadOnly Property Events As UXCalendarEventsCollection
Visual Basic (Usage)Copy Code
Dim instance As UXCalendar
Dim value As UXCalendarEventsCollection
 
value = instance.Events
C# 
[CategoryAttribute("Common Properties")]
public UXCalendarEventsCollection Events {get;}
Delphi 
public read-only property Events: UXCalendarEventsCollection; 
JScript 
CategoryAttribute("Common Properties")
public function get Events : UXCalendarEventsCollection
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property UXCalendarEventsCollection* get_Events();
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property UXCalendarEventsCollection^ Events {
   UXCalendarEventsCollection^ get();
}

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.