CommitMode Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridVirtualizingCollectionViewBase Class : CommitMode Property

Gets or sets a value representing when the CommitItems event will be raised.

Syntax

Visual Basic (Declaration) 
Public Property CommitMode As CommitMode
C# 
public CommitMode CommitMode {get; set;}

Return 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

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also