ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Ria Namespace / RiaCollectionView Class / PageSize Property

In This Topic
    PageSize Property (RiaCollectionView)
    In This Topic
    Gets or sets the number of items to display on a page.
    Syntax
    'Declaration
     
    
    Public Overridable Property PageSize As Integer
    public virtual int PageSize {get; set;}

    Property Value

    The number of items to display on a page.
    See Also