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

In This Topic
    C1CalendarViewPresenter Class
    In This Topic
    An instance of this class is used in the C1Calendar's template visual tree to define a place where a panel with calendar months or years is displayed.
    Object Model
    C1CalendarViewPresenter Class
    Syntax
    'Declaration
     
    Public Class C1CalendarViewPresenter 
       Inherits Windows.UI.Xaml.Controls.ListBox
       Implements Windows.UI.Xaml.Controls.IItemContainerMapping 
    public class C1CalendarViewPresenter : Windows.UI.Xaml.Controls.ListBox, Windows.UI.Xaml.Controls.IItemContainerMapping  
    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.ItemsControl
                      Windows.UI.Xaml.Controls.Primitives.Selector
                         Windows.UI.Xaml.Controls.ListBox
                            C1.Xaml.Calendar.C1CalendarViewPresenter

    See Also