[]
Gets or sets the reasons which can cause a ValidateActionBase to execute.
public ValidateReasons DoActionReason { get; set; }
Public Property DoActionReason As ValidateReasons
Type | Description |
---|---|
ValidateReasons | A bitwise combination of the ValidateReasons. The default is CellValidating. |
Type | Condition |
---|---|
InvalidEnumArgumentException | The assigned value is not a valid ValidateReasons value. |
InvalidOperationException | The assigned value is not CellValidating, EndEdit, or CellValidating |EndEdit. |