Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ControlValidator Class / ErrorContent Property


In This Topic
    ErrorContent Property
    In This Topic
    Gets or sets an object that provides additional information about the invalidity.
    Syntax
    'Declaration
     
    <TypeConverterAttribute(System.ComponentModel.StringConverter)>
    Public Property ErrorContent As Object
    'Usage
     
    Dim instance As ControlValidator
    Dim value As Object
     
    instance.ErrorContent = value
     
    value = instance.ErrorContent
    [TypeConverter(System.ComponentModel.StringConverter)]
    public object ErrorContent {get; set;}

    Property Value

    An object that provides additional information about the invalidity.
    See Also