Version

TimeSlotUIElement Class

TimeSlot UIElement.
Syntax
'Declaration
 
Public Class TimeSlotUIElement 
   Inherits Infragistics.Win.UIElement
   Implements Infragistics.Win.UIAutomation.IProvideUIAutomation 
public class TimeSlotUIElement : Infragistics.Win.UIElement, Infragistics.Win.UIAutomation.IProvideUIAutomation  
Remarks

This element appears within the DayUIElement. The number of elements created for each Infragistics.Win.UltraWinSchedule.UltraDayView control depends on the setting of the control's Infragistics.Win.UltraWinSchedule.UltraDayView.TimeSlotInterval property and the height of the control.

So, for example, if the Infragistics.Win.UltraWinSchedule.UltraDayView.TimeSlotInterval is set to 15 minutes, there would be one TimeSlotUIElement created for each 15 minute interval that can fit in the control.

This element directly contains the following elements: NONE

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