Skip to main content

IThreadSafeField.UnboundType Property

Gets the data type and binding mode of the field.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

FieldUnboundColumnType UnboundType { get; }

#Property Value

Type Description
FieldUnboundColumnType

A FieldUnboundColumnType enumeration value that denotes the data type and binding mode of the field.

#Remarks

This property returns the PivotGridField.UnboundType property value.

See Also