Spread Windows Forms 13.0 Product Documentation
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