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


In This Topic
    ErrorStyle Property (DataValidator)
    In This Topic
    Gets the error style.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property ErrorStyle As ErrorStyle
    'Usage
     
    Dim instance As DataValidator
    Dim value As ErrorStyle
     
    instance.ErrorStyle = value
     
    value = instance.ErrorStyle
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public ErrorStyle ErrorStyle {get; set;}

    Property Value

    An ErrorStyle enumeration that specifies the icon type in the error alert. The default value is Stop.
    See Also