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.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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