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


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