# dashboard-extension-save-as **Repository Path**: mirrors_DevExpress/dashboard-extension-save-as ## Basic Information - **Project Name**: dashboard-extension-save-as - **Description**: ⛔ DEPRECATED. This project was converted to an example. Please find the details below. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ⛔ DEPRECATED. This project was converted to an example. Visit the required platform to find it: - [Web Forms Dashboard](https://github.com/DevExpress-Examples/web-dashboard-how-to-implement-save-as-and-delete-by-creating-custom-extensions-t466761) - [MVC Dashboard](https://github.com/DevExpress-Examples/mvc-dashboard-how-to-define-extensions-providing-the-save-as-and-delete-functionality-t504201) - [ASP.NET Core Dashboard](https://github.com/DevExpress-Examples/aspnet-core-dashboard-how-to-implement-the-save-as-and-delete-functionality-by-creating-cu-t601084) ------ The **Save As** [Web Dashboard extension](https://documentation.devexpress.com/#Dashboard/CustomDocument117232) adds the additional "Save As" button to the [dashboard menu](https://documentation.devexpress.com/#Dashboard/CustomDocument117444) and allows you to save the opened dashboard with a different name.  ## Installation 1. Download the latest version of the extension [here](https://github.com/DevExpress/dashboard-extension-save-as/releases). 2. Add the *dist/save-as-extension.js* file in your project. 3. Attach the download script to the project inside the ```
``` section onto the page containing Web Dashboard. ```xml ``` 4. Add the ```/dist/save-as-extension.html``` file content inside the `````` section. 5. Handle the Web Dashboard's [BeforeRender](https://documentation.devexpress.com/#Dashboard/DevExpressDashboardWebScriptsASPxClientDashboard_BeforeRendertopic) event to perform client-side customization of the Web Dashboard control before the control and its elements have been rendered. ```xml