Count Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridCollectionView Class : Count Property

Gets the number of items in the view.

Syntax

Visual Basic (Declaration) 
Overrides Public NotOverridable ReadOnly Property Count As Integer
C# 
public override int Count {get;}

Return Value

The number of items in the view. Can be -1 if the number of items is unknown.

Remarks

If a filter is set, this property will only count the items that pass the filter.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also