ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / DaySlotPresenter Class
Members

In This Topic
    DaySlotPresenter Class
    In This Topic
    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
       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