Class InPlaceEditorTemplate
Configures the custom components, such as Blazor native Textbox, HTML select which is rendered while editing in the In-place editor.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
InPlaceEditorTemplate
Namespace: Syncfusion.Blazor.InPlaceEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class InPlaceEditorTemplate : SfBaseComponent
Constructors
InPlaceEditorTemplate()
Declaration
public InPlaceEditorTemplate()
Properties
ChildContent
Configure the components to render inside the InPlaceEditor
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.RenderFragment |
Methods
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()