DataGridCellEditEndingEventArgs::EditAction Property

 

Gets a value that indicates whether the edit was canceled or committed.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property DataGridEditAction EditAction {
	DataGridEditAction get();
}

Property Value

Type: System.Windows.Controls::DataGridEditAction

A value that indicates whether the edit was canceled or committed.

.NET Framework
Available since 4.0
Silverlight
Available since 3.0
Return to top
Show: