PivotGridControl.FieldListAllowedLayouts Property
Gets or sets which layouts can be applied to the Field List when it is painted in Excel2007 style. This is a dependency property.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public FieldListAllowedLayouts FieldListAllowedLayouts { get; set; }
#Property Value
Type | Description |
---|---|
Field |
One or several Field |
Available values:
Name | Description |
---|---|
All | All layouts can be applied to the Field List. |
Stacked |
The ‘Fields Section and Areas Section Stacked’ layout can be applied to the Field List. |
Stacked |
The ‘Fields Section and Areas Section Side-By-Side’ layout can be applied to the Field List. |
Top |
The ‘Fields Section Only’ layout can be applied to the Field List. |
Bottom |
The ‘Areas Section Only (2 by 2)’ layout can be applied to the Field List. |
Bottom |
The ‘Areas Section Only (1 by 4)’ layout can be applied to the Field List. |
#Remarks
Use the PivotGridControl.FieldListLayout property to specify the layout actually applied to the Field List.
To specify the Field List style, use the PivotGridControl.FieldListStyle property.