When overridden in a derived class, gets an editing element that is bound to the column's
System.Windows.Controls.DataGridBoundColumn.Binding property value.
Syntax
Parameters
- cell
- The cell that will contain the generated element.
- dataItem
- The data item represented by the row that contains the intended cell.
Return Value
A new editing element that is bound to the column's
System.Windows.Controls.DataGridBoundColumn.Binding property value.
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also