ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / C1CalendarViewModel Class / Calendar Property

In This Topic
    Calendar Property (C1CalendarViewModel)
    In This Topic
    Gets the reference to the owning C1Calendar control.
    Syntax
    'Declaration
     
    Public ReadOnly Property Calendar As C1Calendar
    public C1Calendar Calendar {get;}
    See Also