Skip to main content

UploadControlSettings.Size Property

Gets or sets the width of the UploadControl’s edit box.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v24.2.dll

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public int Size { get; set; }

#Property Value

Type Description
Int32

An integer value which specifies the width of a file input editor.

See Also