Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotFieldListControl.Area Property

Gets or sets which fields the Customization Control should display. This is a dependency property.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

#Declaration

public FieldListArea Area { get; set; }

#Property Value

Type Description
FieldListArea

A FieldListArea enumeration member that specifies the area whose fields should be displayed within the Customization Control.

Available values:

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.

#Remarks

If the Area property is set to FieldListArea.All, the Customization Control displays all hidden pivot grid fields. If the FieldListControlBase.IncludeVisibleFields property is set to true, the Customization Control displays visible fields as well.

If the Area property is set to display fields from a specific area, the FieldListControlBase.IncludeVisibleFields property is not in effect.

See Also