Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DataValidator Class / ErrorMessage Property


In This Topic
    ErrorMessage Property
    In This Topic
    Gets or sets the error message string.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property ErrorMessage As String
    'Usage
     
    Dim instance As DataValidator
    Dim value As String
     
    instance.ErrorMessage = value
     
    value = instance.ErrorMessage
    [DefaultValue("")]
    public string ErrorMessage {get; set;}

    Property Value

    The error message string. The default value is an empty string.
    See Also