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

In This Topic
    ViewSlotPresenter Class
    In This Topic
    Represents a root element of a visual tree generated for a month or year slot of the C1Calendar.
    Object Model
    ViewSlotPresenter Class
    Syntax
    'Declaration
     
    Public Class ViewSlotPresenter 
       Inherits Windows.UI.Xaml.Controls.ListBoxItem
    public class ViewSlotPresenter : Windows.UI.Xaml.Controls.ListBoxItem 
    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.ViewSlotPresenter

    See Also