Class FormInvalidSubmitEventArgs
Supplies information about a InvalidSubmit event that is being raised.
Inheritance
System.Object
FormInvalidSubmitEventArgs
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class FormInvalidSubmitEventArgs : object
Properties
Errors
Gets the validation errors.
Declaration
public IEnumerable<string> Errors { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<System.String> |