CalculatedFieldCollection.GetCalculatedFieldExpression(String) Method
Gets the expression of the specified calculated field.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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