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

FileSavingEventArgs.SavedFileUrl Property

Gets or sets the URL of the saved file.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public string SavedFileUrl { get; set; }

Property Value

Type Description
String

A String value that specifies the location of a file.

Remarks

Use the SavedFileUrl property to get or set the path of the saved file.

If the SavedFileUrl property value is changed, set the Cancel argument to true in the ASPxHtmlEditor.ImageFileSaving event handler.

See Also