Class UploaderButtonsPropsBuilder
  
  
  
  
    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    UploaderButtonsPropsBuilder
   
  
  Assembly: Syncfusion.EJ2.dll
  
  
    public class UploaderButtonsPropsBuilder : ControlBuilder
   
  Constructors
  
  
  
  
  
  
  
  Declaration
  
    public UploaderButtonsPropsBuilder()
   
  
  
  
  
  
  
  Declaration
  
    public UploaderButtonsPropsBuilder(UploaderButtonsProps model)
   
  Parameters
  
  Methods
  
  
  
  
  
  Specifies the text or html content to browse button
 
  
  Declaration
  
    public UploaderButtonsPropsBuilder Browse(string value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  
  Specifies the text or html content to clear button
 
  
  Declaration
  
    public UploaderButtonsPropsBuilder Clear(string value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  
  Specifies the text or html content to upload button
 
  
  Declaration
  
    public UploaderButtonsPropsBuilder Upload(string value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        value | 
         | 
      
    
  
  Returns