The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CollectionView::Count Property
.NET Framework (current version)
Gets the number of records in the view.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System::Int32The number of records in the view, or –1 if the number of records is unknown.
If a filter is set, this property value only includes items that pass the filter. If the underlying collection is of type IEnumerable, this is an O(N) operation. This value is cached until the collection changes.
Notes to Inheritors:
When deriving from CollectionView, override this property to provide a more efficient implementation.
.NET Framework
Available since 3.0
Available since 3.0
Show: