FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridValidationIndicator Enumeration

In This Topic
    GridValidationIndicator Enumeration
    In This Topic
    Specified the different validation indicators displayed in the cells.
    Syntax
    'Declaration
     
    Public Enum GridValidationIndicator 
       Inherits System.Enum
    public enum GridValidationIndicator : System.Enum 
    Members
    MemberDescription
    BorderAn (typically red) inner border in the cell is displayed.
    NoneNone indicator is shown.
    TriangleA (typically red) triangle at the top-right angle of the cell is displayed.
    UnderlineA (typically red) line at the bottom of the cell is displayed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.Grid.GridValidationIndicator

    See Also