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

ConfigureItemDataCalculationWebEventArgs(String, String) Constructor

Initializes a new instance of the ConfigureItemDataCalculationWebEventArgs class.

Namespace: DevExpress.DashboardWeb

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

Declaration

public ConfigureItemDataCalculationWebEventArgs(
    string dashboardId,
    string ItemComponentName
)

Parameters

Name Type Description
dashboardId String

A System.String value that specifies a dashboard identifier.

ItemComponentName String

A System.String value that specifies a component name of the dashboard item.

See Also