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

UploadControlSettings.AutoStartUpload Property

Gets or sets a value that defines whether the UploadControl extension will automatically upload the selected files.

Namespace: DevExpress.Web.Mvc

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

Declaration

public bool AutoStartUpload { get; set; }

Property Value

Type Description
Boolean

true to start upload automatically; otherwise, false.

See Also