DataSource for Entity Framework in WPF
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 Integer
    public int TotalItemCount {get;}
    See Also