Skip to main content

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

string UnboundFieldName { get; }

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