UploadControlButtonProperties(IPropertiesOwner, String) Constructor
Initializes a new instance of the UploadControlButtonProperties class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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