Spread Windows Forms 12.0 Product Documentation
CellValidator Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > CellValidateInfoNeededEventArgs Class : CellValidator Property
Gets the cell validator.
Syntax
'Declaration
 
Public ReadOnly Property CellValidator As BaseDataValidator
'Usage
 
Dim instance As CellValidateInfoNeededEventArgs
Dim value As BaseDataValidator
 
value = instance.CellValidator
public BaseDataValidator CellValidator {get;}

Property Value

The cell validator.
See Also

Reference

CellValidateInfoNeededEventArgs Class
CellValidateInfoNeededEventArgs Members