alexa
menu

Blazor Toolkit

    Show / Hide Table of Contents

    Class SfBaseComponent

    Base class for Syncfusion Blazor Toolkit components, centralizing common functionality and lifecycle logic used by derived components.

    Inheritance
    System.Object
    SfBaseComponent
    Button
    SfButton
    SfButtonGroup
    MaskPlaceholder
    ChartRenderer
    ChartSubComponent
    SfInputBase<TValue>
    SfSelectionBase<TChecked>
    SfUploader
    UploadedFile
    UploadedFiles
    UploaderAsyncSettings
    UploaderButtons
    DialogAnimationSettings
    DialogButton
    DialogButtons
    DialogPositionData
    DialogTemplates
    SfDialog
    SfTooltip
    SfSpinner
    SpinnerTemplates
    Implements
    System.IAsyncDisposable
    Namespace: Syncfusion.Blazor.Toolkit
    Assembly: Syncfusion.Blazor.Toolkit.dll
    Syntax
    public abstract class SfBaseComponent : ComponentBase, IAsyncDisposable

    Constructors

    SfBaseComponent()

    Declaration
    protected SfBaseComponent()

    Methods

    DisposeAsync()

    Releases unmanaged resources in the Syncfusion Blazor Toolkit component.

    Declaration
    public ValueTask DisposeAsync()
    Returns
    Type
    System.Threading.Tasks.ValueTask

    Implements

    System.IAsyncDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved