Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellValidateInfoNeededEventArgs Class / IsValid Property


In This Topic
    IsValid Property (CellValidateInfoNeededEventArgs)
    In This Topic
    Gets whether this validation is valid.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsValid As Boolean
    'Usage
     
    
    Dim instance As CellValidateInfoNeededEventArgs
    Dim value As Boolean
     
    value = instance.IsValid
    public bool IsValid {get;}

    Property Value

    true if this validation is valid; otherwise, false.
    See Also