Skip to main content

IThreadSafeField.Area Property

Gets the area in which the field is displayed.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

FieldArea Area { get; }

#Property Value

Type Description
FieldArea

A FieldArea enumeration value that specifies the area in which the field is displayed.

#Remarks

This property returns the PivotGridField.Area property value.

See Also