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

In This Topic
    SelectedItems Property (WeekNumbersPresenter)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property SelectedItems As Windows.Foundation.Collections.IVector(Of Object)
    public Windows.Foundation.Collections.IVector<object> SelectedItems {get;}
    See Also