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.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
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