Back to Devexpress

PivotGridControl.FieldListLayout Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-04f63874.md

latest2.7 KB
Original Source

PivotGridControl.FieldListLayout Property

Gets or sets the field list’s layout 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 FieldListLayout FieldListLayout { get; set; }
vb
Public Property FieldListLayout As FieldListLayout

Property Value

TypeDescription
FieldListLayout

A FieldListLayout enumeration member that specifies how fields are arranged within the field list.

|

Available values:

NameDescription
StackedDefault

| | StackedSideBySide |

| | TopPanelOnly |

| | BottomPanelOnly2by2 |

| | BottomPanelOnly1by4 |

|

Remarks

Use the PivotGridControl.FieldListAllowedLayouts property to specify which layouts can be applied to the Field List.

If the PivotGridControl.FieldListStyle property is set to ‘Excel2007’, end-users can change the arrangement of hidden fields displayed within the field list, using the Field List Layout button (see the image below):

If a layout is not specified as allowed, it is hidden from the Field List Layout menu, and assigning it to the FieldListLayout property has no effect.

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace