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


In This Topic
    MaxRealizedItemCount Property (DataGridVirtualizingCollectionViewBase)
    In This Topic
    Gets a value representing the maximum amount of items that can be loaded in memory.
    Syntax
    'Declaration
     
    Public Property MaxRealizedItemCount As Integer
    'Usage
     
    Dim instance As DataGridVirtualizingCollectionViewBase
    Dim value As Integer
     
    instance.MaxRealizedItemCount = value
     
    value = instance.MaxRealizedItemCount
    public int MaxRealizedItemCount {get; set;}

    Property Value

    A value representing the maximum amount of items that can be loaded in memory.
    Remarks
    When the limit determined by the MaxRealizedItemCount property is reached and a new page of data is loaded, the oldest page will be released from memory.
    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