Skip to main content

SpreadsheetSaveFileDialogSettings.DownloadCopyTarget Property

Specifies the window or frame at which to target the download copy dialog.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

Declaration

[DefaultValue("")]
public string DownloadCopyTarget { get; set; }

Property Value

Type Default Description
String String.Empty

The target name.

Property Paths

You can access this nested property as listed below:

Object Type Path to DownloadCopyTarget
SpreadsheetDialogSettings
.SaveFileDialog .DownloadCopyTarget
See Also