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

In This Topic
    PageSize Property (BaseCollectionView)
    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