menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UploaderButtonsProps - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class UploaderButtonsProps

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    UploaderButtonsProps
    Namespace: Syncfusion.EJ2.Inputs
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class UploaderButtonsProps : EJTagHelper

    Constructors

    UploaderButtonsProps()

    Declaration
    public UploaderButtonsProps()

    Properties

    Browse

    Specifies the text or html content to browse button

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

    The default value is "Browse..."

    Clear

    Specifies the text or html content to clear button

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

    The default value is "Clear"

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    Upload

    Specifies the text or html content to upload button

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

    The default value is "Upload"

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