ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / ClientCollectionView Class / TotalItemCount Property

In This Topic
    TotalItemCount Property (ClientCollectionView)
    In This Topic
    Gets the total number of items in the view before paging is applied.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TotalItemCount As System.Integer
    public System.int TotalItemCount {get;}
    See Also