FlexPivot for WinForms
Validate メソッド (ValidationRule)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > ValidationRule クラス : Validate メソッド
The value to check.
Performs validation checks on a value.
シンタックス
'宣言
 
Public MustOverride Function Validate( _
   ByVal value As System.Object _
) As EditorValidationFailedReason
public abstract EditorValidationFailedReason Validate( 
   System.object value
)

パラメータ

value
The value to check.

戻り値の型

EditorValidationFailedReason.None if the value is valid; otherwise, value of corresponding reason.
解説
If the corresponding reason is not specified in the EditorValidationFailedReason enumeration this method should return EditorValidationFailedReason.Custom.
参照

ValidationRule クラス
ValidationRule メンバ