Class ErrorAlert
The type of error alert to display when invalid data is entered.
Inheritance
System.Object
    ErrorAlert
  Namespace: IronXL.DataValidations
Assembly: IronXL.dll
Syntax
public sealed class ErrorAlert : Enum
  Fields
Information
Display an error alert dialog box with an Information icon in its title bar.
Declaration
public const ErrorAlert Information
  Field Value
| Type | Description | 
|---|---|
| ErrorAlert | 
Stop
Display an error alert dialog box with a Stop icon in its title bar.
Declaration
public const ErrorAlert Stop
  Field Value
| Type | Description | 
|---|---|
| ErrorAlert | 
value__
Declaration
public int value__
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
Warning
Display an error alert dialog box with a Warning icon in its title bar.
Declaration
public const ErrorAlert Warning
  Field Value
| Type | Description | 
|---|---|
| ErrorAlert |