Skip to main content
Tab

GenerateFileNameInStorageEventArgs.OriginalFileName Property

Gets the original name of the uploaded file.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string OriginalFileName { get; }

Property Value

Type Description
String

A string value that is the original name of the file.

Remarks

Use the OriginalFileName property to access the original name of the uploaded file in the ASPxUploadControl.GenerateFileNameInStorage event handler.

See Also