Class UpdateMode
Specifies the ENUM with the type of changes done to the underlying source when the record is edited.
Inheritance
System.Object
UpdateMode
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class UpdateMode : Enum
Fields
Empty
Empty value that is used internally.
Declaration
public const UpdateMode Empty
Field Value
Type |
---|
UpdateMode |
LostFocus
Applies the changes when the current cell is out of focus or moved to another cell.
Declaration
public const UpdateMode LostFocus
Field Value
Type |
---|
UpdateMode |
PropertyChanged
Applies the changes when a single value of a property is chnaged.
Declaration
public const UpdateMode PropertyChanged
Field Value
Type |
---|
UpdateMode |
RowCachedMode
Applies the changes only when the focus moves to the next row.
Declaration
public const UpdateMode RowCachedMode
Field Value
Type |
---|
UpdateMode |