FieldListLayout Enum
Lists values that specify the layout of the Field List.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Members
Name | Description |
---|---|
StackedDefault
|
|
StackedSideBySide
|
|
TopPanelOnly
|
|
BottomPanelOnly2by2
|
|
BottomPanelOnly1by4
|
Related API Members
The following properties accept/return FieldListLayout values:
Remarks
Values listed by this enumeration are used to set the PivotGridControl.FieldListLayout property.
See Also