Skip to main content

IThreadSafeField.AllowedAreas Property

Gets the areas within which the field can be positioned.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

FieldAllowedAreas AllowedAreas { get; }

#Property Value

Type Description
FieldAllowedAreas

A FieldAllowedAreas enumeration value (or a combination of values) that specifies in which areas the field can be positioned.

#Remarks

This property returns the PivotGridField.AllowedAreas property value.

See Also