[]
        
(Showing Draft Content)

C1.Win.FlexGrid.EditorValidationFailedReason

EditorValidationFailedReason Enum

Specifies a reason why validation of editor value failed.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public enum EditorValidationFailedReason

Fields

Name Description
Compare

Validation of editor value failed due to CompareRule.

Custom

Validation of editor value failed due to some custom reason.

None

Validation of editor value didn't fail.

Range

Validation of editor value failed due to RangeRule.

Required

Validation of editor value failed due to RequiredRule.

StringLength

Validation of editor value failed due to StringLengthRule.