Skip to main content

ConfigureItemDataCalculationEventArgs(String) Constructor

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

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v24.1.Wpf.dll

NuGet Package: DevExpress.Wpf.Dashboard

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