Enum UpdateSourceMode
Describes the timing of binding source updates.
Namespace: Syncfusion.Windows.PropertyGrid
Assembly: Syncfusion.PropertyGrid.Wpf.dll
Syntax
public enum UpdateSourceMode
Fields
| Name | Description |
|---|---|
| Immediately | Updates value of SelectedObject immediately whenever the binding target property changes. |
| ReturnOrLostFocus | Updates value of SelectedObject whenever the binding target element loses focus or when enter key is pressed. |