Version

TimeSlotUIElement Class

Area which represents a range of time whose duration is defined by the PrimaryInterval, and optionally is associated with a specific Owner.
Syntax
'Declaration
 
Public Class TimeSlotUIElement 
   Inherits Infragistics.Win.AdjustableUIElement
   Implements Infragistics.Win.UIAutomation.IProvideUIAutomation 
public class TimeSlotUIElement : Infragistics.Win.AdjustableUIElement, Infragistics.Win.UIAutomation.IProvideUIAutomation  
Remarks

The TimeSlotUIElement class encapsulates the physical manifestation of an explicit date/time range, similar to a TimeSlotUIElement for the UltraDayView control. When the OwnerGroupingStyle property resolves to 'Separate', each TimeSlotUIElement is associated with not only a distinct date/time range, but a distinct Owner as well.

The amount of time spanned by each TimeSlotUIElement is generally determined by the NormalSpan property of the PrimaryInterval. For intervals which generate cycles that can vary in duration (for example, monthly or yearly intervals), the width of the element does not correspond exactly to a constant unit of time.

The width of all TimeSlotUIElements is determined by the ColumnWidth property. The ColumnSizing property determines whether this width can be changed by the user, and also whether the resizing operation can be initiated from the TimeSlotUIElement, the ColumnHeaderUIElement, or both.

The Application Styling roles for this element are: TimelineViewTimeSlotBase, TimelineViewTimeSlotWorkingHour, and TimelineViewTimeSlotNonWorkingHour.

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