PowerTools MultiRow for Windows Forms 8.0J
Validators プロパティ

現在のセルで使用されるすべてのCellValidatorを含むバリデーターを取得します。
構文
Public ReadOnly Property Validators As ValidatorCollection
public ValidatorCollection Validators {get;}

プロパティ値

現在のセルで使用されるすべてのCellValidatorを表すValidatorCollection値。
解説
GcMultiRowには、セルの値を検証する機能があります。このコレクションに複数のCellValidatorを追加し、CellValidatorのCellValidator.Actionsを指定できます。各CellValidateActionでは、CellValidateAction.DoActionReasonプロパティを使用して、アクションをいつ実行するかを指定します。各CellValidatorの実行時に検証が失敗した場合は、このCellValidatorのすべてのCellVaidateActionが実行され、検証エラーが通知されます。
参照

Cell クラス
Cell メンバ
CellValidator クラス
CellValidateAction クラス
ValidatorCollection クラス
ValidateReasons 列挙体

 

 


© 2008-2015 GrapeCity inc. All rights reserved.