'Declaration
Public Overrides Function CreateCellContent( _ ByVal row As DataGridRow _ ) As FrameworkElement
public override FrameworkElement CreateCellContent( DataGridRow row )
Parameters
- row
Return Value
Image that represent the cell content.
'Declaration
Public Overrides Function CreateCellContent( _ ByVal row As DataGridRow _ ) As FrameworkElement
public override FrameworkElement CreateCellContent( DataGridRow row )