Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellStyleNotify Class / DoActionReason Property


In This Topic
    DoActionReason Property (CellStyleNotify)
    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 CellStyleNotify
    Dim value As ValidateReasons
     
    instance.DoActionReason = value
     
    value = instance.DoActionReason
    public ValidateReasons DoActionReason {get; set;}
    See Also