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

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