PivotFieldListControl.Area Property
In This Article
Gets or sets which fields the Customization Control should display. This is a dependency property.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Field |
A Field |
#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