The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DataGridEditingUnit Enumeration
.NET Framework (current version)
Defines constants that specify whether editing is enabled on a cell level or on a row level.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Member name | Description | |
|---|---|---|
| Cell | Cell editing is enabled. | |
| Row | Row editing is enabled. |
This enumeration is used by the DataGrid.CancelEdit(DataGridEditingUnit) and DataGrid.CommitEdit(DataGridEditingUnit, Boolean) methods.
.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Available since 4.0
Silverlight
Available since 2.0
Show: