FlexPivot for WinForms
EditorValidationFailedReason 列挙体

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : EditorValidationFailedReason 列挙体
Specifies a reason why validation of editor value failed.
シンタックス
'宣言
 
Public Enum EditorValidationFailedReason 
   Inherits System.Enum
public enum EditorValidationFailedReason : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

C1.Win.C1FlexGrid 名前空間