Skip to main content
A newer version of this page is available. .

FieldListArea Enum

Lists values that specify which fields the Customization Control should display.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v19.1.dll

Declaration

public enum FieldListArea

Members

Name Description
RowArea

Customization Control displays fields from the Row Header Area.

ColumnArea

Customization Control displays fields from the Column Header Area.

FilterArea

Customization Control displays fields from the Filter Header Area.

DataArea

Customization Control displays fields from the Data Header Area.

All

Customization Control displays fields from all areas.

Related API Members

The following properties accept/return FieldListArea values:

Remarks

Value listed by this enumeration are used to set the PivotFieldListControl.Area property.

See Also