ComponentOne DataGrid for WPF and Silverlight
TotalItemCount Property

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

Property Value

The total number of items in the view before paging is applied, or -1 if the total number is unknown.
See Also

Reference

BaseCollectionView Class
BaseCollectionView Members