Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ValidateActionBase Class / DoActionReason Property


In This Topic
DoActionReason Property (ValidateActionBase)
In This Topic
Gets or sets the reasons that cause the action to execute.
Syntax
'Declaration
 
Public Property DoActionReason As ValidateReasons
 
'Usage
 
Dim instance As ValidateActionBase
Dim value As ValidateReasons
 
instance.DoActionReason = value
 
value = instance.DoActionReason
See Also