Table of Contents

Interface IFormComponent

Namespace
MudBlazor.Interfaces
Assembly
MudBlazor.dll
public interface IFormComponent
Extension Methods

Properties

Error

bool Error { get; set; }

Property Value

bool

HasErrors

bool HasErrors { get; }

Property Value

bool

IsForNull

bool IsForNull { get; }

Property Value

bool

Required

bool Required { get; set; }

Property Value

bool

Touched

bool Touched { get; }

Property Value

bool

Validation

object Validation { get; set; }

Property Value

object

ValidationErrors

List<string> ValidationErrors { get; set; }

Property Value

List<string>

Methods

ResetAsync()

Task ResetAsync()

Returns

Task

ResetValidation()

void ResetValidation()

Validate()

Task Validate()

Returns

Task