Back to Devexpress

FieldArea Enum

wpf-devexpress-dot-xpf-dot-pivotgrid-63aa5785.md

latest2.0 KB
Original Source

FieldArea Enum

Lists the values that specify the areas where the pivot grid fields can be displayed.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public enum FieldArea
vb
Public Enum FieldArea

Members

NameDescription
RowArea

Corresponds to the row header area.

| | ColumnArea |

Corresponds to the column header area.

| | FilterArea |

Corresponds to the filter header area.

| | DataArea |

Corresponds to the data header area.

|

The following properties accept/return FieldArea values:

Remarks

Values listed by this enumeration are used to set the PivotGridField.Area and PivotGridGroup.Area properties.

See Also

PivotGridField.Area

PivotGridGroup.Area

DevExpress.Xpf.PivotGrid Namespace