ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / IC1CollectionView Interface

In This Topic
    IC1CollectionView Interface Properties
    In This Topic

    For a list of all members of this type, see IC1CollectionView members.

    Public Properties
     NameDescription
     PropertyGets a value that indicates whether this view supports filtering via the Filter property.  
     PropertyGets a value that indicates whether this view supports grouping via the GroupDescriptions property.  
     PropertyGets a value that indicates whether this view supports sorting via the SortDescriptions property.  
     Property (Inherited from Windows.UI.Xaml.Data.ICollectionView)
     Property (Inherited from System.Collections.Generic.ICollection<object>)
     Property (Inherited from Windows.UI.Xaml.Data.ICollectionView)
     Property (Inherited from Windows.UI.Xaml.Data.ICollectionView)
     PropertyGets or sets a callback used to determine if an item is suitable for inclusion in the view.  
     PropertyGets a collection of System.ComponentModel.GroupDescription objects that describe how the items in the collection are grouped in the view.  
     Property (Inherited from Windows.UI.Xaml.Data.ICollectionView)
     Property (Inherited from Windows.UI.Xaml.Data.ICollectionView)
     Property (Inherited from Windows.UI.Xaml.Data.ICollectionView)
     Property (Inherited from System.Collections.Generic.ICollection<object>)
     Property (Inherited from System.Collections.Generic.IList<object>)
     Property (Inherited from Windows.Foundation.Collections.IVector<object>)
     PropertyGets a collection of SortDescription objects that describe how the items in the collection are sorted in the view.  
     PropertyGet the underlying collection.  
    Top
    See Also