ClassTelerikFormGroupRenderer
Class
Defines the TelerikFormGroupRenderer component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class TelerikFormGroupRenderer : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance: objectComponentBaseTelerikFormGroupRenderer
Implements:
Inherited Members
Constructors
TelerikFormGroupRenderer()
Declaration
cs-api-definition
public TelerikFormGroupRenderer()
Properties
Group
Define the FormGroup that will be rendered.
Declaration
cs-api-definition
[Parameter]
public IFormGroup Group { get; set; }
Property Value
Template
Define the render template for the FormGroup. In this tempalte you can use TelerikFormItemRenderer and TelerikFormGroupRenderer tags and customize the form group layout. The context of the template is a FormGroupRendererTemplateContext which contains a list of IFormItemBase items. The items can be of type IFormItem or IFormGroup.
Declaration
cs-api-definition
[Parameter]
public RenderFragment<FormGroupRendererTemplateContext> Template { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides