Skip to main content

CalculatedFieldCollection.GetCalculatedFieldExpression(String) Method

Gets the expression of the specified calculated field.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public string GetCalculatedFieldExpression(
    string name
)

Parameters

Name Type Description
name String

A String value that specifies the name of the calculated field.

Returns

Type Description
String

A String value that is the calculated field expression.

See Also