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 PivotGridField object.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v19.1.dll

Declaration

string FieldName { get; }

Property Value

Type Description
String

A String value that specifies the name of the data source field.

Remarks

This property returns the PivotGridField.FieldName property value.

See Also