DataGridColumn::GenerateEditingElement Method (DataGridCell^, Object^)
.NET Framework (current version)
When overridden in a derived class, gets an editing element that is bound to the Binding property value of the column.
Assembly: PresentationFramework (in PresentationFramework.dll)
protected: virtual FrameworkElement^ GenerateEditingElement( DataGridCell^ cell, Object^ dataItem ) abstract
Parameters
- cell
-
Type:
System.Windows.Controls::DataGridCell^
The cell that will contain the generated element.
- dataItem
-
Type:
System::Object^
The data item that is represented by the row that contains the intended cell.
Return Value
Type: System.Windows::FrameworkElement^A new editing element that is bound to the Binding property value of the column.
This method creates the visual tree for the cell content when the cell is in editing mode.
.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Available since 4.0
Silverlight
Available since 2.0
Show: