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.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

string UnboundFieldName { get; }

Property Value

Type Description
String

A String that specifies the name of a column in a summary data source that corresponds to the current field.

Remarks

The UnboundFieldName property provides thread-safe access to the field’s PivotGridFieldBase.UnboundFieldName property. To learn more, see PivotGridFieldBase.UnboundFieldName.

Use the UnboundFieldName property when handling events in asynchronous mode.

See Also