Skip to main content

IThreadSafeField.FieldName Property

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

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

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