Version

TimelineViewHolidayVisibility Enumeration

Determines whether Holidays are displayed, and whether they are displayed in the UltraTimelineView control for each Owner, or only the UnassignedOwner.
Syntax
'Declaration
 
Public Enum TimelineViewHolidayVisibility 
   Inherits System.Enum
public enum TimelineViewHolidayVisibility : System.Enum 
Members
MemberDescription
HideHolidays are not displayed in the user interface.
ShowForAllOwnersAll Holidays are displayed within the area reserved for each Owner displayed by the control. The elements which represent the Holiday objects are duplicated for each Owner.
ShowForUnassignedOwnerHolidays are only displayed within the area reserved for the UnassignedOwner, but are not displayed in any other Owner's activity area.
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