ClassTreeListPopupEditFormSettings
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class TreeListPopupEditFormSettings : PopupEditFormSettingsBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBasePopupEditFormSettingsBaseTreeListPopupEditFormSettings
Implements:
Inherited Members
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
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
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides