'Declaration
Public MustOverride Function GetCellEditingContent( _ ByVal row As DataGridRow _ ) As System.Windows.FrameworkElement
public abstract System.Windows.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.