Intersoft ClientUI Documentation
EventType Property (UXCalendarEventItem)



Gets or sets the type of the event whether it is event, blackout or holiday.
Syntax
<CategoryAttribute("Common Properties")>
Public Property EventType As CalendarEventType
Dim instance As UXCalendarEventItem
Dim value As CalendarEventType
 
instance.EventType = value
 
value = instance.EventType
[CategoryAttribute("Common Properties")]
public CalendarEventType EventType {get; set;}
[CategoryAttribute("Common Properties")]
public:
property CalendarEventType EventType {
   CalendarEventType get();
   void set (    CalendarEventType 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

UXCalendarEventItem Class
UXCalendarEventItem Members

Send Feedback