ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / ItemCount Property

In This Topic
    ItemCount Property (BaseCollectionView)
    In This Topic
    Gets the number of known items in the view before paging is applied.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property ItemCount As Integer
    public virtual int ItemCount {get;}

    Property Value

    The number of known items in the view before paging is applied.
    See Also