Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridVirtualizingCollectionViewSourceBase Class / PageSize Property


In This Topic
    PageSize Property (DataGridVirtualizingCollectionViewSourceBase)
    In This Topic
    Gets a value representing the number of items that are contained in each page of data that is loaded in memory.
    Syntax
    'Declaration
     
    Public Property PageSize As Integer
    'Usage
     
    Dim instance As DataGridVirtualizingCollectionViewSourceBase
    Dim value As Integer
     
    instance.PageSize = value
     
    value = instance.PageSize
    public int PageSize {get; set;}

    Property Value

     value representing the number of items that are contained in each page of data that is loaded in memory. By default, 200.
    Remarks
    The value of the PageSize property also corresponds to the value of the RequestedItemCount property exposed by the QueryItems event'sAsyncQueryInfo object.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also