Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CompareValueBaseValidator Class / Actions Property


In This Topic
    Actions Property (CompareValueBaseValidator)
    In This Topic
    Gets the collection of validate actions.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Actions As ValidateActionCollection
    'Usage
     
    
    Dim instance As CompareValueBaseValidator
    Dim value As ValidateActionCollection
     
    value = instance.Actions
    public ValidateActionCollection Actions {get;}
    See Also