Class
TreeListPopupEditFormSettings

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class TreeListPopupEditFormSettings : PopupEditFormSettingsBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Inheritance: objectComponentBasePopupEditFormSettingsBaseTreeListPopupEditFormSettings

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members PopupEditFormSettingsBase.OnInitialized()PopupEditFormSettingsBase.Dispose()PopupEditFormSettingsBase.OrientationPopupEditFormSettingsBase.ColumnsPopupEditFormSettingsBase.ColumnSpacingPopupEditFormSettingsBase.ButtonsLayoutComponentBase.OnInitializedAsync()ComponentBase.OnParametersSet()ComponentBase.OnParametersSetAsync()ComponentBase.StateHasChanged()ComponentBase.ShouldRender()ComponentBase.OnAfterRender(bool)ComponentBase.OnAfterRenderAsync(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.SetParametersAsync(ParameterView)

Constructors

TreeListPopupEditFormSettings()

Declaration

cs-api-definition
public TreeListPopupEditFormSettings()

Properties

ButtonsTemplate

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

Declaration

cs-api-definition
[Parameter]
public RenderFragment<TreeListPopupEditFormTemplateContext> ButtonsTemplate { get; set; }

Property Value

RenderFragment<TreeListPopupEditFormTemplateContext>

FormTemplate

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

Declaration

cs-api-definition
[Parameter]
public RenderFragment<TreeListPopupEditFormTemplateContext> FormTemplate { get; set; }

Property Value

RenderFragment<TreeListPopupEditFormTemplateContext>

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

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

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)