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

NuGet Package: 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