ComponentOne Calendar for UWP
DaySlotPresenter Class
Members 

C1.UWP.Calendar Assembly > C1.Xaml.Calendar Namespace : DaySlotPresenter Class
Represents a root element of a visual tree generated for a day slot of the C1Calendar.
Object Model
DaySlotPresenter Class
Syntax
'Declaration
 
Public Class DaySlotPresenter 
   Inherits Windows.UI.Xaml.Controls.ListBoxItem
public class DaySlotPresenter : Windows.UI.Xaml.Controls.ListBoxItem 
Remarks
A separate DaySlotPresenter element is generated for each DaySlot from the C1Calendar.DaySlots collection.
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.__ComObject
         System.Runtime.InteropServices.WindowsRuntime.RuntimeClass
            Windows.UI.Xaml.DependencyObject
               Windows.UI.Xaml.UIElement
                  Windows.UI.Xaml.FrameworkElement
                     Windows.UI.Xaml.Controls.Control
                        Windows.UI.Xaml.Controls.ContentControl
                           Windows.UI.Xaml.Controls.Primitives.SelectorItem
                              Windows.UI.Xaml.Controls.ListBoxItem
                                 C1.Xaml.Calendar.DaySlotPresenter

See Also

Reference

DaySlotPresenter Members
C1.Xaml.Calendar Namespace