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

UploadControlSettings.GenerateFileNameInStorage Property

Enables you to specify a custom file name for the uploaded file.

Namespace: DevExpress.Web.Mvc

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

Declaration

public EventHandler<GenerateFileNameInStorageEventArgs> GenerateFileNameInStorage { get; set; }

Property Value

Type Description
EventHandler<GenerateFileNameInStorageEventArgs>

A EventHandler<TEventArgs><GenerateFileNameInStorageEventArgs,> delegate method allowing you to implement custom processing.

See Also