menu

Blazor

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

    Show / Hide Table of Contents

    Class ButtonsPropsModel

    Interface for a class ButtonsProps.

    Inheritance
    System.Object
    ButtonsPropsModel
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ButtonsPropsModel : Object

    Constructors

    ButtonsPropsModel()

    Declaration
    public ButtonsPropsModel()

    Properties

    Browse

    Specifies the text or html content to browse button.

    Declaration
    public object Browse { get; set; }
    Property Value
    Type
    System.Object

    Clear

    Specifies the text or html content to clear button.

    Declaration
    public object Clear { get; set; }
    Property Value
    Type
    System.Object

    Upload

    Specifies the text or html content to upload button.

    Declaration
    public object Upload { get; set; }
    Property Value
    Type
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved