Class TreeListPopupEditFormSettings
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TreeListPopupEditFormSettings : PopupEditFormSettingsBase, IDisposable
Constructors
TreeListPopupEditFormSettings()
Declaration
public TreeListPopupEditFormSettings()
Properties
ButtonsTemplate
Defines the template for the buttons of the TreeList popup window.
Declaration
public RenderFragment<TreeListPopupEditFormTemplateContext> ButtonsTemplate { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment<TreeListPopupEditFormTemplateContext>
|
FormTemplate
Defines the template for the content of the TreeList popup window.
Declaration
public RenderFragment<TreeListPopupEditFormTemplateContext> FormTemplate { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment<TreeListPopupEditFormTemplateContext>
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|