ComponentOne DataGrid for WPF and Silverlight
ItemCount Property (BaseCollectionView)

C1.Silverlight.DataGrid.Data Namespace > BaseCollectionView Class : ItemCount Property
Gets the number of known items in the view before paging is applied.
Syntax
'Declaration
 
Public Overridable ReadOnly Property ItemCount As System.Integer
public virtual System.int ItemCount {get;}

Property Value

The number of known items in the view before paging is applied.
See Also

Reference

BaseCollectionView Class
BaseCollectionView Members