Skip to main content
Tab

UploadControlButtonProperties(IPropertiesOwner, String) Constructor

Initializes a new instance of the UploadControlButtonProperties class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public UploadControlButtonProperties(
    IPropertiesOwner owner,
    string defaultText
)

Parameters

Name Type Description
owner IPropertiesOwner

An object that implements the IPropertiesOwner interface and owns the button.

defaultText String

A string value that specifies the text displayed in the button by default.

See Also