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

IThreadSafeField.FieldName Property

Gets the name of the data source field assigned to the current pivot grid field.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

string FieldName { get; }

Property Value

Type Description
String

A String value specifying the name of the data source field.

Remarks

The FieldName property provides thread-safe access to the field’s PivotGridFieldBase.FieldName property. To learn more, see PivotGridFieldBase.FieldName.

Use the FieldName property when handling events in asynchronous mode. For more information, see Asynchronous Mode.

See Also