C1.Maui.Grid Assembly / C1.Maui.Grid Namespace / GridValidationIndicator Enumeration
GridValidationIndicator Enumeration
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.Maui.Grid.GridValidationIndicator

See Also