CollectionViewSource::IsDefaultView Method
Returns a value that indicates whether the given view is the default view for the Source collection.
Namespace: System.Windows.Data
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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.