Skip to main content

ConfigureItemDataCalculationWebEventArgs(String, String) Constructor

Initializes a new instance of the ConfigureItemDataCalculationWebEventArgs class.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v23.2.Web.dll

NuGet Package: DevExpress.Web.Dashboard.Common

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