ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UploaderButtonsPropsBuilder

    Show / Hide Table of Contents

    Class UploaderButtonsPropsBuilder

    Inheritance
    System.Object
    ControlBuilder
    UploaderButtonsPropsBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ2.Inputs
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class UploaderButtonsPropsBuilder : ControlBuilder

    Constructors

    UploaderButtonsPropsBuilder()

    Declaration
    public UploaderButtonsPropsBuilder()

    UploaderButtonsPropsBuilder(UploaderButtonsProps)

    Declaration
    public UploaderButtonsPropsBuilder(UploaderButtonsProps model)
    Parameters
    Type Name Description
    UploaderButtonsProps model

    Methods

    Browse(String)

    Specifies the text or html content to browse button

    Declaration
    public UploaderButtonsPropsBuilder Browse(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    UploaderButtonsPropsBuilder

    Clear(String)

    Specifies the text or html content to clear button

    Declaration
    public UploaderButtonsPropsBuilder Clear(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    UploaderButtonsPropsBuilder

    Upload(String)

    Specifies the text or html content to upload button

    Declaration
    public UploaderButtonsPropsBuilder Upload(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    UploaderButtonsPropsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved