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

UploadControlButtonPropertiesBase(IPropertiesOwner, String) Constructor

Initializes a new instance of the UploadControlButtonPropertiesBase class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public UploadControlButtonPropertiesBase(
    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 text displayed in the button, by default.

See Also