CollectionViewSource::IsDefaultView Method (ICollectionView^)
.NET Framework (current version)
Returns a value that indicates whether the given view is the default view for the Source collection.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- view
-
Type:
System.ComponentModel::ICollectionView^
The view object to check.
Return Value
Type: System::Booleantrue if the given view is the default view for the Source collection or if the given view is nulll; otherwise, false.
All collections have a default CollectionView. For all collections implementing IList, the ListCollectionView object is the default view object. The BindingListCollectionView is the collection view class used for collections that implement IBindingListView and IBindingList. To get the default view, you use the GetDefaultView method.
.NET Framework
Available since 3.0
Available since 3.0
Show: