ASPxUploadControl.Width Property
In This Article
Gets or sets the control’s width.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#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