<
ComponentOne OLAP for WPF and Silverlight
C1.Silverlight.FlexGrid Namespace / CellFactory Class / GetErrorImage Method

In This Topic
    GetErrorImage Method (CellFactory)
    In This Topic
    Gets a System.Windows.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