Spread WinForms 15
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

Property Value

The validate context.
See Also