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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

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