Skip to main content
Tag

PivotGridField.AllowedAreas Property

Gets or sets the areas within which the field can be positioned. This is a dependency property.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

[XtraSerializableProperty]
[XtraSerializablePropertyId(4)]
public FieldAllowedAreas AllowedAreas { get; set; }

#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

The AllowedAreas property can be used to prevent the current field from being dragged to a particular area. To do this, clear the corresponding flag in the AllowedAreas value.

See Also