ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Ria Namespace / C1DataPager Class / ItemCount Property

In This Topic
    ItemCount Property (C1DataPager)
    In This Topic
    Gets the current number of known items in the System.ComponentModel.IPagedCollectionView .
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ItemCount As Integer
    public int ItemCount {get;}
    See Also