Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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