'Declaration
Public MustOverride Function GetCellEditingContent( _ ByVal row As DataGridRow _ ) As FrameworkElement
public abstract FrameworkElement GetCellEditingContent( DataGridRow row )
Parameters
- row
- The row corresponding to the editing cell.
Return Value
Visual element used to edit the data of a cell when it is in edit mode.