ICollectionView Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The ICollectionView type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone CanFilter Gets a value that indicates whether this view supports filtering by way of the Filter property.
Public propertySupported by Silverlight for Windows Phone CanGroup Gets a value that indicates whether this view supports grouping by way of the GroupDescriptions property.
Public propertySupported by Silverlight for Windows Phone CanSort Gets a value that indicates whether this view supports sorting by way of the SortDescriptions property.
Public propertySupported by Silverlight for Windows Phone Culture Gets or sets the cultural information for any operations of the view that may differ by culture, such as sorting.
Public propertySupported by Silverlight for Windows Phone CurrentItem Gets the current item in the view.
Public propertySupported by Silverlight for Windows Phone CurrentPosition Gets the ordinal position of the CurrentItem in the view.
Public propertySupported by Silverlight for Windows Phone Filter Gets or sets a callback that is used to determine whether an item is appropriate for inclusion in the view.
Public propertySupported by Silverlight for Windows Phone GroupDescriptions Gets a collection of GroupDescription objects that describe how the items in the collection are grouped in the view.
Public propertySupported by Silverlight for Windows Phone Groups Gets the top-level groups.
Public propertySupported by Silverlight for Windows Phone IsCurrentAfterLast Gets a value that indicates whether the CurrentItem of the view is beyond the end of the collection.
Public propertySupported by Silverlight for Windows Phone IsCurrentBeforeFirst Gets a value that indicates whether the CurrentItem of the view is beyond the start of the collection.
Public propertySupported by Silverlight for Windows Phone IsEmpty Gets a value that indicates whether the view is empty.
Public propertySupported by Silverlight for Windows Phone SortDescriptions Gets a collection of SortDescription instances that describe how the items in the collection are sorted in the view.
Public propertySupported by Silverlight for Windows Phone SourceCollection Gets the underlying collection.

Top