Enum DataGridEditAction
Used to specify action to take out of edit mode.
Namespace: System.Windows.Controls
Assembly: OpenSilver.Controls.Data.dll
Syntax
public enum DataGridEditAction
Fields
Name | Description |
---|---|
Cancel | Cancel the changes. |
Commit | Commit edited value. |