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

ConfigureItemDataCalculationEventArgs(String) Constructor

Initializes a new instance of the ConfigureItemDataCalculationEventArgs class with the specified settings.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v18.2.Wpf.dll

Declaration

public ConfigureItemDataCalculationEventArgs(
    string itemComponentName
)

Parameters

Name Type Description
itemComponentName String

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

See Also