ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / SortDescriptionCollection Class / Items Property

In This Topic
    Items Property (SortDescriptionCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected ReadOnly Property Items As System.Collections.Generic.IList(Of T)
    protected System.Collections.Generic.IList<T> Items {get;}
    See Also