Skip to main content

FieldListArea Enum

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

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.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.

#Passed To

You can pass FieldListArea values to the PivotFieldListControl.Area property.

#Remarks

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

See Also