ComponentOne DataGrid for WPF and Silverlight
ImageNotFoundSource Property (DataGridImageColumn)

C1.WPF.DataGrid Namespace > DataGridImageColumn Class : ImageNotFoundSource Property
Gets or sets the default image source for all the rows that aren't bound to a real source. Set null in order to don't show any image by default.
Syntax
'Declaration
 
Public Overridable Property ImageNotFoundSource As System.Windows.Media.ImageSource
public virtual System.Windows.Media.ImageSource ImageNotFoundSource {get; set;}

Property Value

The default image source.
See Also

Reference

DataGridImageColumn Class
DataGridImageColumn Members