FileSavingEventArgs.SavedFileUrl Property
Gets or sets the URL of the saved file.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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