ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / TotalItemCount Property

In This Topic
    TotalItemCount Property (BaseCollectionView)
    In This Topic
    Gets the total number of items in the view before paging is applied.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property TotalItemCount As Integer
    public virtual 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