DataGridCellEditEndingEventArgs::EditingElement Property

 

Gets the element that the cell displays in editing mode.

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

public:
property FrameworkElement^ EditingElement {
	FrameworkElement^ get();
}

Property Value

Type: System.Windows::FrameworkElement^

The element that the cell displays in editing mode.

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