Enum DataFormEditAction
Enumeration denoting an action taken to end an edit.
Namespace: System.Windows.Controls
Assembly: DataForm.Toolkit.OpenSilver.dll
Syntax
public enum DataFormEditAction
Fields
Name | Description |
---|---|
Cancel | Represents the case where an edit has been canceled. |
Commit | Represents the case where an edit has been committed. |