New to Telerik Document ProcessingStart a free 30-day trial

Severity level for data validation error alerts, controlling whether users can override invalid input.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model.DataValidation

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

C#
public enum ErrorStyle

Fields

Shows an informational message but permits invalid input without requiring user confirmation.

C#
Information = 2

Blocks invalid input and prevents the user from entering values that fail validation.

C#
Stop = 0

Displays a warning but allows the user to accept invalid input by choosing to proceed.

C#
Warning = 1
In this article
DefinitionFieldsInformationStopWarning
Not finding the help you need?
Contact Support