FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridImageColumn Class / Placeholder Property

In This Topic
    Placeholder Property (GridImageColumn)
    In This Topic
    Gets or sets the placeholder image used when no image could be downloaded.
    Syntax
    'Declaration
     
    Public Property Placeholder As ImageSource
    public ImageSource Placeholder {get; set;}
    See Also