Specifies the error style for data validation.
Namespace: Radzen.Documents.Spreadsheet
Assembly: Radzen.Blazor.dll
public enum DataValidationErrorStyle| Name | Description |
|---|---|
| Stop | Stop - prevents entry of invalid data. |
| Warning | Warning - warns the user but allows entry. |
| Information | Information - displays information but allows entry. |