Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / SelectFromListScene Class / SortedSourceView Property

In This Topic
    SortedSourceView Property (SelectFromListScene)
    In This Topic
    Gets the sorted view of SourceCollectionEdited to display in the list of available objects.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SortedSourceView As PagedCollectionView
    public PagedCollectionView SortedSourceView {get;}
    See Also