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