Spread WPF 18
GrapeCity.Spreadsheet Namespace / IValidation Interface / ErrorTitle Property


In This Topic
    ErrorTitle Property (IValidation)
    In This Topic
    Gets or sets the title of the data validation error dialog box.
    Syntax
    'Declaration
     
    Property ErrorTitle As String
    'Usage
     
    Dim instance As IValidation
    Dim value As String
     
    instance.ErrorTitle = value
     
    value = instance.ErrorTitle
    string ErrorTitle {get; set;}

    Property Value

    A System.String value represents the title of the data validation error dialog box.
    See Also