IRadzenForm Interface

Represents the common RadzenTemplateForm<T> API used by its items. Injected as a cascading property in IRadzenFormComponent.

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public interface IRadzenForm

Methods

AddComponentlink

Adds the specified component to the form.

Declaration
public abstract void AddComponent(IRadzenFormComponent component)
Parameters
Type Name Description
IRadzenFormComponent component The component to add to the form.

FindComponentlink

Finds a form component by its name.

Declaration
public abstract IRadzenFormComponent FindComponent(string name)
Parameters
Type Name Description
string name The name.
Returns
Type Description
IRadzenFormComponentThe component whose Name equals to name; null if such a component is not found.

RemoveComponentlink

Removes the component from the form.

Declaration
public abstract void RemoveComponent(IRadzenFormComponent component)
Parameters
Type Name Description
IRadzenFormComponent component The component to remove from the form.
In This Article
An error has occurred. This app may no longer respond until reloaded. Reload 🗙