alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class SfSmartPasteButton

    The SfSmartPasteButton component utilizes AI technology to automatically fill form fields with content from the clipboard. Inherits all functionalities and properties from Syncfusion SfButton component. To use this feature, ensure:

    1. The clipboard has the necessary content.
    2. Form fields are properly configured and the SfSmartPasteButton is placed within the form.
    Inheritance
    object
    ComponentBase
    OwningComponentBase
    SfOwningComponentBase
    SfBaseComponent
    SfButton
    SfSmartPasteButton
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    Inherited Members
    ComponentBase.Assets
    ComponentBase.AssignedRenderMode
    ComponentBase.DispatchExceptionAsync(Exception)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnInitialized()
    ComponentBase.OnParametersSet()
    ComponentBase.RendererInfo
    ComponentBase.SetParametersAsync(ParameterView)
    ComponentBase.ShouldRender()
    ComponentBase.StateHasChanged()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    OwningComponentBase.IsDisposed
    OwningComponentBase.ScopedServices
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(bool)
    SfBaseComponent.LicenseContext
    SfBaseComponent.OnInitializedAsync()
    SfBaseComponent.OnObservableChange(string, object, bool, NotifyCollectionChangedEventArgs)
    SfBaseComponent.ValidateLicenseByUICategory()
    SfButton.Content
    SfButton.Created
    SfButton.CssClass
    SfButton.Disabled
    SfButton.EnableRtl
    SfButton.FocusAsync()
    SfButton.IconCss
    SfButton.IconPosition
    SfButton.IsPrimary
    SfButton.IsToggle
    SfButton.OnAfterRenderAsync(bool)
    SfButton.OnParametersSetAsync()
    Namespace: Syncfusion.Blazor.SmartComponents
    Assembly: Syncfusion.Blazor.SmartComponents.dll
    Syntax
    public class SfSmartPasteButton : SfButton, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

    Constructors

    SfSmartPasteButton()

    Declaration
    public SfSmartPasteButton()

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder builder)
    Parameters
    Type Name Description
    RenderTreeBuilder builder
    Overrides
    SfButton.BuildRenderTree(RenderTreeBuilder)

    Implements

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