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

ASPxUploadControl.Width Property

Gets or sets the control’s width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public override Unit Width { get; set; }

Property Value

Type Description
Unit

A Unit value which represents the control’s width.

Remarks

In order to specify the width of the control’s edit region, use the ASPxUploadControl.Size property.

See Also