WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridValidationIndicator Enumeration
In This Topic
    GridValidationIndicator Enumeration
    In This Topic
    Specified the different validation indicators displayed in the cells.
    Syntax
    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.WinUI.Grid.GridValidationIndicator

    See Also