Interface IFormComponent
- Namespace
- MudBlazor.Interfaces
- Assembly
- MudBlazor.dll
public interface IFormComponent
- Extension Methods
Properties
Error
bool Error { get; set; }
Property Value
HasErrors
bool HasErrors { get; }
Property Value
IsForNull
bool IsForNull { get; }
Property Value
Required
bool Required { get; set; }
Property Value
Touched
bool Touched { get; }
Property Value
Validation
object Validation { get; set; }
Property Value
ValidationErrors
List<string> ValidationErrors { get; set; }
Property Value
Methods
ResetAsync()
Task ResetAsync()
Returns
ResetValidation()
void ResetValidation()
Validate()
Task Validate()