DataGridEditAction Enumeration
.NET Framework (current version)
Defines constants that specify whether an edit is being canceled or committed.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Member name | Description | |
|---|---|---|
| Cancel | The edit is being canceled. | |
| Commit | The edit is being committed. |
This enumeration is used by the DataGridCellEditEndingEventArgs::EditAction and DataGridRowEditEndingEventArgs::EditAction properties.
.NET Framework
Available since 4.0
Silverlight
Available since 3.0
Available since 4.0
Silverlight
Available since 3.0
Show: