Version

TimelineViewOwnerGroupingStyle Enumeration

Determines how Owners are displayed in the UltraTimelineView control.
Syntax
'Declaration
 
Public Enum TimelineViewOwnerGroupingStyle 
   Inherits System.Enum
public enum TimelineViewOwnerGroupingStyle : System.Enum 
Members
MemberDescription
DefaultMultiple Owners are displayed when the VisibleOwners collection contains more than one member. When the VisibleOwners collection contains only the UnassignedOwner, owner grouping is effectively disabled.
MergedSeparate rows are not displayed, and appointments for all Owners, if appointments are being displayed, are intermingled within the activity area.
SeparateOwners are displayed separately, presented as separate rows with headers. If appointments are being displayed, Only the ones that belong to that Owner are displayed within the 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