PivotGridField.AllowedAreas Property
In This Article
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 |
---|---|
Field |
A Field |
#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