Class FormItems
Gets or sets the template for the form items.
Inheritance
System.Object
FormItems
Namespace: Syncfusion.Blazor.DataForm
Assembly: Syncfusion.Blazor.dll
Syntax
public class FormItems : OwningComponentBase, IFormItems
Remarks
Use this property to customize the appearance and behavior of form items.
You can include HTML elements or components.
Constructors
FormItems()
Declaration
public FormItems()
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
GetAutogeneratedItems(List<PropertyInfo>, Boolean)
Declaration
protected void GetAutogeneratedItems(List<PropertyInfo> properties, bool isAutogeneration = false)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.Reflection.PropertyInfo> | properties | |
System.Boolean | isAutogeneration |
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |