Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridVirtualizingCollectionViewSourceBase Class
Members


    DataGridVirtualizingCollectionViewSourceBase Class
    Gets or sets a value representing when the CommitItems event will be raised.
    Syntax
    'Declaration
     
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public MustInherit Class DataGridVirtualizingCollectionViewSourceBase 
       Inherits DataGridCollectionViewSourceBase
     
    Remarks
    A CommitMode value representing when the CommitItems event will be raised. By default, PageReleasedFromMemory meaning that theCommitItems event will only be raised for a page that was modified when it is about to be released from memory.
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Data.CollectionViewSource
                Xceed.Wpf.DataGrid.DataGridCollectionViewSourceBase
                   Xceed.Wpf.DataGrid.DataGridVirtualizingCollectionViewSourceBase
                      Xceed.Wpf.DataGrid.DataGridVirtualizingCollectionViewSource
                      Xceed.Wpf.DataGrid.DataGridVirtualizingQueryableCollectionViewSource

    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