Class IgbForm
The form is a component used to collect user input from
interactive controls.
Inheritance
System.Object
IgbForm
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
public class IgbForm : BaseRendererControl, RefSink, JsonSerializable, IDisposable
Constructors
Declaration
Properties
Declaration
protected override string DirectRenderElementName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Specifies if form data validation should be skipped on submit.
Declaration
public bool Novalidate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public EventCallback<IgbVoidEventArgs> Reset { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.EventCallback<IgbVoidEventArgs> |
|
Declaration
public string ResetScript { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public EventCallback<IgbFormDataEventArgs> Submit { get; set; }
Property Value
Declaration
public string SubmitScript { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
protected override bool SupportsVisualChildren { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Declaration
protected override bool UseDirectRender { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
Declaration
protected override void EnsureModulesLoaded()
Overrides
Declaration
public override object FindByName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Object |
|
Overrides
Declaration
[WCWidgetMemberName("Reset")]
public void PerformReset()
Declaration
[WCWidgetMemberName("Reset")]
public Task PerformResetAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Declaration
[WCWidgetMemberName("Submit")]
public bool PerformSubmit()
Returns
Type |
Description |
System.Boolean |
|
Declaration
[WCWidgetMemberName("Submit")]
public Task<bool> PerformSubmitAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Boolean> |
|
Declaration
public bool ReportValidity()
Returns
Type |
Description |
System.Boolean |
|
Checks for validity of the form.
Declaration
public Task<bool> ReportValidityAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Boolean> |
|
Declaration
protected override string ResolveDisplay()
Returns
Type |
Description |
System.String |
|
Overrides
Implements
System.IDisposable