Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellValidateInfoNeededEventArgs Class / CellValidator Property


In This Topic
CellValidator Property
In This Topic
Gets the cell validator.
Syntax
'Declaration
 
Public ReadOnly Property CellValidator As BaseDataValidator
 
'Usage
 
Dim instance As CellValidateInfoNeededEventArgs
Dim value As BaseDataValidator
 
value = instance.CellValidator

Property Value

The cell validator.
See Also