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:
- The clipboard has the necessary content.
- Form fields are properly configured and the SfSmartPasteButton is placed within the form.
Inheritance
System.Object
SfSmartPasteButton
Namespace: Syncfusion.Blazor.SmartComponents
Assembly: Syncfusion.Blazor.SmartComponents.dll
Syntax
public class SfSmartPasteButton : SfButton
Constructors
SfSmartPasteButton()
Declaration
public SfSmartPasteButton()
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | builder |