Class FormButtons
Inherited Members
Namespace: Syncfusion.Blazor.DataForm
Assembly: Syncfusion.Blazor.dll
Syntax
public class FormButtons : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
FormButtons()
Declaration
public FormButtons()
Methods
Dispose(bool)
Releases the unmanaged resources used by the FormButtons component and optionally disposes of the managed resources.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing | A |
Overrides
Remarks
This method is called by the Blazor runtime to perform resource cleanup when the component is disposed. When disposing is true, it ensures that all event handlers and references are removed to prevent memory leaks.
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
| Type |
|---|
| Task |