Xceed DataGrid for WPF v7.2 Documentation
CommitMode Property (DataGridVirtualizingCollectionViewSourceBase)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridVirtualizingCollectionViewSourceBase Class : CommitMode Property
Gets or sets a value representing when the CommitItems event will be raised.
Syntax
'Declaration
 
Public Property CommitMode As CommitMode
'Usage
 
Dim instance As DataGridVirtualizingCollectionViewSourceBase
Dim value As CommitMode
 
instance.CommitMode = value
 
value = instance.CommitMode
public CommitMode CommitMode {get; set;}

Property Value

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.
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

Reference

DataGridVirtualizingCollectionViewSourceBase Class
DataGridVirtualizingCollectionViewSourceBase Members