General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
CalculatedField.Name Property
Gets or sets the name of the calculated field.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v19.2.Core.dll
Declaration
[DefaultValue(null)]
public string Name { get; set; }
<DefaultValue(Nothing)>
Public Property Name As String
Property Value
Type | Default | Description |
---|---|---|
String | null |
A String that specifies the calculated field's name. |
Remarks
To specify the calculated field's expression, use the CalculatedField.Expression property.
See Also
Feedback