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

In This Topic
    Lights Property (DaysOfWeekPresenter)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property Lights As Windows.Foundation.Collections.IVector(Of XamlLight)
    public Windows.Foundation.Collections.IVector<XamlLight> Lights {get;}
    See Also