Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / BaseDataValidator Class / Actions Property


In This Topic
Actions Property
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
See Also