Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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