Skip to main content
A newer version of this page is available. .

SetInitialDashboardStateEventArgs(String, XDocument) Constructor

Initializes a new instance of the SetInitialDashboardStateEventArgs class.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.1.Web.dll

Declaration

public SetInitialDashboardStateEventArgs(
    string dashboardId,
    XDocument dashboard
)

Parameters

Name Type Description
dashboardId String

A String value that specifies the dashboard identifier.

dashboard XDocument

A XDocument object that specifies the XML document containing a dashboard definition.

See Also