UploadControlButtonPropertiesBase(IPropertiesOwner, String) Constructor
Initializes a new instance of the UploadControlButtonPropertiesBase class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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