Back to Devexpress

PivotGridControl.FieldListAllowedLayouts Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-03e47186.md

latest3.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public FieldListAllowedLayouts FieldListAllowedLayouts { get; set; }
vb
Public Property FieldListAllowedLayouts As FieldListAllowedLayouts

Property Value

TypeDescription
FieldListAllowedLayouts

One or several FieldListAllowedLayouts enumeration members that specify which layouts can be applied to the Field List.

|

Available values:

NameDescription
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.

See Also

FieldListLayout

FieldListStyle

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace