'Declaration
Public MustOverride Function CreateCellContent( _ ByVal row As DataGridRow _ ) As System.Windows.FrameworkElement
public abstract System.Windows.FrameworkElement CreateCellContent( DataGridRow row )
Parameters
- row
- This parameter might be used to have different cell content depending on the row. In most cases this parameter won't be used
Return Value
Visual element used to display the content of a cell.