New to Telerik UI for BlazorStart a free 30-day trial

Definition

Constructors

C#
public TreeListPopupEditFormSettings()

Methods

C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters:__builderRenderTreeBuilder

Overrides: ComponentBase.BuildRenderTree(RenderTreeBuilder)

Properties

Defines the template for the buttons of the TreeList popup window.

C#
[Parameter]
public RenderFragment<TreeListPopupEditFormTemplateContext> ButtonsTemplate { get; set; }

Defines the template for the content of the TreeList popup window.

C#
[Parameter]
public RenderFragment<TreeListPopupEditFormTemplateContext> FormTemplate { get; set; }