Class GridPopupEditFormSettings
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class GridPopupEditFormSettings : PopupEditFormSettingsBase, IDisposable
Constructors
GridPopupEditFormSettings()
Declaration
public GridPopupEditFormSettings()
Properties
ButtonsTemplate
Declaration
public RenderFragment<GridPopupEditFormTemplateContext> ButtonsTemplate { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment<GridPopupEditFormTemplateContext>
|
FormTemplate
Declaration
public RenderFragment<GridPopupEditFormTemplateContext> FormTemplate { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment<GridPopupEditFormTemplateContext>
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|