Back to Devexpress

FieldListLayout Enum

wpf-devexpress-dot-xpf-dot-pivotgrid-6463c228.md

latest1.8 KB
Original Source

FieldListLayout Enum

Lists values that specify the layout of the Field List.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public enum FieldListLayout
vb
Public Enum FieldListLayout

Members

NameDescription
StackedDefault

| | StackedSideBySide |

| | TopPanelOnly |

| | BottomPanelOnly2by2 |

| | BottomPanelOnly1by4 |

|

The following properties accept/return FieldListLayout values:

Remarks

Values listed by this enumeration are used to set the PivotGridControl.FieldListLayout property.

See Also

DevExpress.Xpf.PivotGrid Namespace