DashboardAddingWebEventArgs(XDocument, String) Constructor
Initializes a new instance of the DashboardAddingWebEventArgs class.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.dll
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