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

In This Topic
    TotalItemCount Property (ClientViewLoadedEventArgs)
    In This Topic
    Gets the total number of rows for the original query without any paging applied to it.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TotalItemCount As System.Integer
    public System.int TotalItemCount {get;}
    See Also