Table of Contents

Class FormInvalidSubmitEventArgs

Namespace
Radzen
Assembly
Radzen.Blazor.dll

Supplies information about a InvalidSubmit event that is being raised.

public class FormInvalidSubmitEventArgs
Inheritance
FormInvalidSubmitEventArgs
Inherited Members

Constructors

FormInvalidSubmitEventArgs()

public FormInvalidSubmitEventArgs()

Properties

Errors

Gets the validation errors.

public IEnumerable<string> Errors { get; set; }

Property Value

IEnumerable<string>