C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridValidationIndicator Enumeration

GridValidationIndicator Enumeration
Specified the different validation indicators displayed in the cells.
Syntax
'Declaration
 
Public Enum GridValidationIndicator 
   Inherits 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.Blazor.Grid.GridValidationIndicator

See Also