ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / CellFactory Class / GetErrorImage Method

In This Topic
    GetErrorImage Method
    In This Topic
    Gets a Windows.UI.Xaml.Media.Imaging.BitmapImage used to indicate that a data item has one or more errors.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetErrorImage() As BitmapImage
    public virtual BitmapImage GetErrorImage()
    See Also