CollectionViewSource.IsDefaultView Method
.NET Framework 4
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.