Table of Contents

Interface IForm

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

Properties

Errors

string[] Errors { get; }

Property Value

string[]

IsValid

bool IsValid { get; }

Property Value

bool

Model

object? Model { get; set; }

Property Value

object

Methods

FieldChanged(IFormComponent, object?)

void FieldChanged(IFormComponent formControl, object? newValue)

Parameters

formControl IFormComponent
newValue object