Version

TimeSlotDescriptorUIElement Constructor(UIElement,Int32,Int32,Boolean,Boolean,Boolean)

Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal parent As Infragistics.Win.UIElement, _
   ByVal firstTimeSlotIndex As Integer, _
   ByVal firstVisibleTimeSlotIndex As Integer, _
   ByVal isFirstDescriptor As Boolean, _
   ByVal isFirstCompletelyVisibleDescriptor As Boolean, _
   ByVal isLastDescriptor As Boolean _
)
public TimeSlotDescriptorUIElement( 
   Infragistics.Win.UIElement parent,
   int firstTimeSlotIndex,
   int firstVisibleTimeSlotIndex,
   bool isFirstDescriptor,
   bool isFirstCompletelyVisibleDescriptor,
   bool isLastDescriptor
)

Parameters

parent
The parent element.
firstTimeSlotIndex
The index of the first time slot.
firstVisibleTimeSlotIndex
The index of the first visible time slot.
isFirstDescriptor
Indicates if this is the first descriptor.
isFirstCompletelyVisibleDescriptor
Indicates if this is the first completely visible descriptor.
isLastDescriptor
Indicates if this is the last descriptor.
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