Skip to main content

HtmlEditorFileSaveSettings.FileName Property

Gets or sets the name of the uploaded file.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string FileName { get; set; }

Property Value

Type Description
String

A string specifying the name of the file.

Implements

DevExpress.Web.Internal.IFileSaveSettings.FileName
See Also