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.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
FieldListAllowedLayouts | One or several FieldListAllowedLayouts enumeration members that specify which layouts can be applied to the Field List. |
Available values:
Name | Description |
---|---|
All | All layouts can be applied to the Field List. |
StackedDefault | The ‘Fields Section and Areas Section Stacked’ layout can be applied to the Field List. |
StackedSideBySide | The ‘Fields Section and Areas Section Side-By-Side’ layout can be applied to the Field List. |
TopPanelOnly | The ‘Fields Section Only’ layout can be applied to the Field List. |
BottomPanelOnly2by2 | The ‘Areas Section Only (2 by 2)’ layout can be applied to the Field List. |
BottomPanelOnly1by4 | 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.