Class UpdateSourceMode
Describes the timing of binding source updates.
Inheritance
System.Object
UpdateSourceMode
Namespace: Syncfusion.Windows.PropertyGrid
Assembly: Syncfusion.PropertyGrid.Wpf.dll
Syntax
public sealed class UpdateSourceMode : Enum
Fields
Immediately
Updates value of SelectedObject immediately whenever the binding target property changes.
Declaration
public const UpdateSourceMode Immediately
Field Value
Type |
---|
UpdateSourceMode |
ReturnOrLostFocus
Updates value of SelectedObject whenever the binding target element loses focus or when enter key is pressed.
Declaration
public const UpdateSourceMode ReturnOrLostFocus
Field Value
Type |
---|
UpdateSourceMode |