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

CalculatedField.Name Property

Specifies the calculated field name.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

public string Name { get; set; }

Property Value

Type Description
String

A String value, specifying the calculated field name.

Remarks

To obtain the calculated field’s display name (which appears in the Field List), use the CalculatedField.DisplayName property.

See Also