Class
TelerikFormGroupRenderer

Defines the TelerikFormGroupRenderer component.

Definition

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

IFormGroup

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

RenderFragment<FormGroupRendererTemplateContext>

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)