FieldListAllowedLayouts Enum
Lists values that specify which layouts can be applied to the Field List.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
#Members
Name | Description |
---|---|
All
|
All layouts can be applied to the Field List. |
Stacked
|
The ‘Fields Section and Areas Section Stacked’ layout can be applied to the Field List. |
Stacked
|
The ‘Fields Section and Areas Section Side-By-Side’ layout can be applied to the Field List. |
Top
|
The ‘Fields Section Only’ layout can be applied to the Field List. |
Bottom
|
The ‘Areas Section Only (2 by 2)’ layout can be applied to the Field List. |
Bottom
|
The ‘Areas Section Only (1 by 4)’ layout can be applied to the Field List. |
#Related API Members
The following properties accept/return FieldListAllowedLayouts values:
#Remarks
Values listed by this enumeration are used to set the PivotGridControl.FieldListAllowedLayouts property.