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

In This Topic
    IsSynchronizedWithCurrentItem Property (C1CalendarViewPresenter)
    In This Topic
    Syntax
    'Declaration
     
    Public Property IsSynchronizedWithCurrentItem As Windows.Foundation.IReference(Of Boolean)
    public Windows.Foundation.IReference<bool> IsSynchronizedWithCurrentItem {get; set;}
    See Also