menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UploaderButtons - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class UploaderButtons

    Customize the default text of browse, clear, and upload buttons with plain text.

    Inheritance
    System.Object
    SfBaseComponent
    UploaderButtons
    Inherited Members
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnAfterRenderAsync(Boolean)
    SfBaseComponent.OnInitializedAsync()
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class UploaderButtons : SfBaseComponent

    Constructors

    UploaderButtons()

    Declaration
    public UploaderButtons()

    Properties

    Browse

    Specifies the text or html content to browse button.

    Declaration
    public string Browse { get; set; }
    Property Value
    Type
    System.String

    Clear

    Specifies the text or html content to clear button.

    Declaration
    public string Clear { get; set; }
    Property Value
    Type
    System.String

    Upload

    Specifies the text or html content to upload button.

    Declaration
    public string Upload { get; set; }
    Property Value
    Type
    System.String

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved