Back to Devexpress

IThreadSafeField.AllowedAreas Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-ithreadsafefield-e2cebfee.md

latest2.1 KB
Original Source

IThreadSafeField.AllowedAreas Property

Gets the areas within which the field can be positioned.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
FieldAllowedAreas AllowedAreas { get; }
vb
ReadOnly Property AllowedAreas As FieldAllowedAreas

Property Value

TypeDescription
FieldAllowedAreas

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

|

Available values:

NameDescription
RowArea

A field can be positioned within the Row Header Area.

| | ColumnArea |

A field can be positioned within the Column Header Area.

| | FilterArea |

A field can be positioned within the Filter Header Area.

| | DataArea |

A field can be positioned within the Data Header Area.

| | All |

A field can be positioned within any area.

|

Remarks

This property returns the PivotGridField.AllowedAreas property value.

See Also

AllowedAreas

IThreadSafeField Interface

IThreadSafeField Members

DevExpress.Xpf.PivotGrid Namespace