[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ValueProcess.DoActionReason

DoActionReason Property

DoActionReason

Gets or sets the reasons which can cause a ValidateActionBase to execute.

Declaration
public ValidateReasons DoActionReason { get; set; }
Public Property DoActionReason As ValidateReasons
Property Value
Type Description
ValidateReasons

A bitwise combination of the ValidateReasons. The default is CellValidating.

Exceptions
Type Condition
InvalidEnumArgumentException

The assigned value is not a valid ValidateReasons value.

InvalidOperationException

The assigned value is not CellValidating, EndEdit, or CellValidating |EndEdit.

OSZAR »