Spread Windows Forms 17
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
    public BaseDataValidator CellValidator {get;}

    Property Value

    The cell validator.
    See Also