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


In This Topic
    ValidateContext Property
    In This Topic
    Gets the validate context.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ValidateContext As ValidateActionContext
    'Usage
     
    
    Dim instance As CellValidateInfoNeededEventArgs
    Dim value As ValidateActionContext
     
    value = instance.ValidateContext
    public ValidateActionContext ValidateContext {get;}

    Property Value

    The validate context.
    See Also