ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridImageColumn Class / ImageNotFoundSource Property

In This Topic
    ImageNotFoundSource Property
    In This Topic
    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 ImageSource
    public virtual ImageSource ImageNotFoundSource {get; set;}

    Property Value

    The default image source.
    See Also