wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-03e47186.md
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.v25.2.dll
NuGet Package : DevExpress.Wpf.PivotGrid
public FieldListAllowedLayouts FieldListAllowedLayouts { get; set; }
Public Property FieldListAllowedLayouts As FieldListAllowedLayouts
| 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.
|
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.
See Also