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






Gets or sets the type of the event whether it is event, blackout or holiday.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property EventType As CalendarEventType
Visual Basic (Usage)Copy Code
Dim instance As UXCalendarEventItem
Dim value As CalendarEventType
 
instance.EventType = value
 
value = instance.EventType
C# 
[CategoryAttribute("Common Properties")]
public CalendarEventType EventType {get; set;}
Delphi 
public read-write property EventType: CalendarEventType; 
JScript 
CategoryAttribute("Common Properties")
public function get,set EventType : CalendarEventType
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property CalendarEventType get_EventType();
public: __property void set_EventType( 
   CalendarEventType value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property CalendarEventType EventType {
   CalendarEventType get();
   void set (    CalendarEventType value);
}

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.