FieldListLayout Enum
In This Article
Lists values that specify the layout of the Field List.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
#Members
Name | Description |
---|---|
Stacked
|
|
Stacked
|
|
Top
|
|
Bottom
|
|
Bottom
|
#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