Version

OwnerHeaderUIElement Class

Displays the caption for an Owner. in the UltraTimelineView control.
Syntax
'Declaration
 
Public Class OwnerHeaderUIElement 
   Inherits TimelineViewHeaderElementBase
   Implements Infragistics.Win.IToolTipItem, Infragistics.Win.UIAutomation.IProvideUIAutomation 
public class OwnerHeaderUIElement : TimelineViewHeaderElementBase, Infragistics.Win.IToolTipItem, Infragistics.Win.UIAutomation.IProvideUIAutomation  
Remarks

This element contains the following child elements:

  • One TextUIElement, in which the value of the owner's Name property is displayed.
  • Zero or one ImageUIElements, depending on whether an image is being displayed on this owner's header.

The Application Styling role defined for this element is named ScheduleOwnerHeader.

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