Version

TimelineViewAppointmentVisibility Enumeration

Determines whether Appointments are displayed, and whether they are displayed in the UltraTimelineView control.
Syntax
'Declaration
 
Public Enum TimelineViewAppointmentVisibility 
   Inherits System.Enum
public enum TimelineViewAppointmentVisibility : System.Enum 
Members
MemberDescription
DefaultThe actual value is determined at a higher level of the property resolution hierarchy.
HideAppointments are not displayed in the user interface.
HideAllDayEventsAppointments whose AllDayEvent property returns true are not displayed in the user interface.
ShowAppointments are displayed in the user interface in accordance with the value of the OwnerGroupingStyle property.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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