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
Model
object? Model { get; set; }
Property Value
Methods
FieldChanged(IFormComponent, object?)
void FieldChanged(IFormComponent formControl, object? newValue)
Parameters
formControl
IFormComponentnewValue
object