Skip to main content
All docs
V26.1
  • SpreadsheetSaveFileDialogSettings.DownloadCopyTarget Property

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

    Namespace: DevExpress.Web.ASPxSpreadsheet

    Assembly: DevExpress.Web.ASPxSpreadsheet.v26.1.dll

    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