Skip to main content

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.v14.2.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