ASPxUploadControl.PostedFile Property
In This Article
OBSOLETE
Use the Uploaded
Gets the underlying HttpPostedFile object for the file uploaded using the ASPxUploadControl control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[Obsolete("Use the UploadedFiles[].PostedFile property")]
public HttpPostedFile PostedFile { get; }
#Property Value
Type | Description |
---|---|
Http |
A Http |
See Also