IThreadSafeField.UnboundFieldName Property
Gets the name of a column in a summary data source that corresponds to the current unbound field.
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 a column in a summary data source that corresponds to the current field. |
Remarks
This property returns the PivotGridField.UnboundFieldName property value.
See Also