C1.Win.FlexGrid Namespace / EditorValidationFailedReason Enumeration

EditorValidationFailedReason Enumeration
Specifies a reason why validation of editor value failed.
Syntax
'Declaration
 
Public Enum EditorValidationFailedReason 
   Inherits System.Enum
 
Members
MemberDescription
CompareValidation of editor value failed due to CompareRule.
CustomValidation of editor value failed due to some custom reason.
NoneValidation of editor value didn't fail.
RangeValidation of editor value failed due to RangeRule.
RequiredValidation of editor value failed due to RequiredRule.
StringLengthValidation of editor value failed due to StringLengthRule.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.FlexGrid.EditorValidationFailedReason

See Also