Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class TreeListPopupEditFormSettings : PopupEditFormSettingsBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBasePopupEditFormSettingsBaseTreeListPopupEditFormSettings
Implements:
Inherited Members
Constructors
C#
public TreeListPopupEditFormSettings()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
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; }