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