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 |