C1.UWP Assembly / C1.Xaml Namespace / IC1CollectionView Interface
Members

IC1CollectionView Interface
Extends the WinRT ICollectionView interface to provide sorting and filtering. This interface adds the members defined in WPF and Silverlight versions of ICollectionView but absent in WinRT.
Object Model
IC1CollectionView Interface
Syntax
'Declaration
 
Public Interface IC1CollectionView 
   Inherits Windows.Foundation.Collections.IIterable(Of Object), Windows.Foundation.Collections.IIterable(Of T), Windows.Foundation.Collections.IObservableVector(Of Object), Windows.Foundation.Collections.IVector(Of Object), Windows.UI.Xaml.Data.ICollectionView 
 
See Also