alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class InPlaceEditorSaveButton

    Represents the save button for the Syncfusion.Blazor.InPlaceEditor, allowing users to confirm and save their changes.

    Inheritance
    object
    ComponentBase
    OwningComponentBase
    SfOwningComponentBase
    InPlaceEditorButtton
    InPlaceEditorSaveButton
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    Inherited Members
    ComponentBase.Assets
    ComponentBase.AssignedRenderMode
    ComponentBase.BuildRenderTree(RenderTreeBuilder)
    ComponentBase.DispatchExceptionAsync(Exception)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnAfterRenderAsync(bool)
    ComponentBase.OnInitialized()
    ComponentBase.OnInitializedAsync()
    ComponentBase.OnParametersSet()
    ComponentBase.RendererInfo
    ComponentBase.SetParametersAsync(ParameterView)
    ComponentBase.ShouldRender()
    ComponentBase.StateHasChanged()
    InPlaceEditorButtton.Content
    InPlaceEditorButtton.CssClass
    InPlaceEditorButtton.Disabled
    InPlaceEditorButtton.EnableRtl
    InPlaceEditorButtton.IconCss
    InPlaceEditorButtton.IconPosition
    InPlaceEditorButtton.IsPrimary
    InPlaceEditorButtton.IsToggle
    InPlaceEditorButtton.OnClick
    InPlaceEditorButtton.Type
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    OwningComponentBase.IsDisposed
    OwningComponentBase.ScopedServices
    Namespace: Syncfusion.Blazor.InPlaceEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class InPlaceEditorSaveButton : InPlaceEditorButtton, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
    Remarks

    This component is typically used within the SfInPlaceEditor<TValue> to define the appearance and behavior of the save button.

    Examples

    A simple In-place Editor with a custom save button.

    <SfInPlaceEditor>
        <InPlaceEditorButtons>
            <InPlaceEditorSaveButton Content="Apply" />
        </InPlaceEditorButtons>
    </SfInPlaceEditor>

    Constructors

    InPlaceEditorSaveButton()

    Declaration
    public InPlaceEditorSaveButton()

    Methods

    Dispose()

    Releases the unmanaged resources used by the component.

    Declaration
    public virtual void Dispose()

    Dispose(bool)

    Releases the unmanaged resources used by the component and optionally releases the managed resources.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    true to release both managed and unmanaged resources; false to release only unmanaged resources.

    Overrides
    OwningComponentBase.Dispose(bool)

    OnParametersSetAsync()

    A protected method that is invoked when the component has received parameters from its parent component.

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    Task

    A Task representing the asynchronous operation.

    Overrides
    ComponentBase.OnParametersSetAsync()
    Remarks

    This method updates the parent Syncfusion.Blazor.InPlaceEditor with the current instance of the save button.

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved