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
InPlaceEditorTemplate
Namespace: Syncfusion.Blazor.InPlaceEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class InPlaceEditorTemplate : OwningComponentBase
Constructors
InPlaceEditorTemplate()
Declaration
public InPlaceEditorTemplate()
Properties
ChildContent
Configure the components to render inside the InPlaceEditor.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
---|
Microsoft.AspNetCore.Components.RenderFragment |
Methods
Dispose()
Dispose the unmanaged resources.
Declaration
public virtual void Dispose()
Dispose(Boolean)
Dispose the unmanaged resources.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Boolean value to dispose the object. |
OnInitializedAsync()
Method invoked when the component is ready to start.
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing any asynchronous operation. |