Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ValidateActionContext Class / ValidateInfo Property


In This Topic
    ValidateInfo Property
    In This Topic
    Gets or sets what information is displayed when validated.
    Syntax
    'Declaration
     
    
    Public Property ValidateInfo As String
    'Usage
     
    
    Dim instance As ValidateActionContext
    Dim value As String
     
    instance.ValidateInfo = value
     
    value = instance.ValidateInfo
    public string ValidateInfo {get; set;}
    See Also