DashboardAddingWebEventArgs(XDocument, String) Constructor
Initializes a new instance of the DashboardAddingWebEventArgs class.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v25.1.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dashboard | XDocument | A XDocument object that is the dashboard XML definition. |
| dashboardName | String | A String value that is the dashboard name. |
See Also