BootstrapUploadControlButtonProperties(IPropertiesOwner, String) Constructor
Initializes a new instance of the BootstrapUploadControlButtonProperties class with the specified owner and default text.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
public BootstrapUploadControlButtonProperties(
IPropertiesOwner owner,
string defaultText
)
Parameters
Name | Type | Description |
---|---|---|
owner | IPropertiesOwner | An object that implements the IPropertiesOwner interface. |
defaultText | String | A String value that specifies the control’s default text. |
See Also