Back to Devexpress

FieldListAllowedLayouts Enum

wpf-devexpress-dot-xpf-dot-pivotgrid-de3734a7.md

latest2.8 KB
Original Source

FieldListAllowedLayouts Enum

Lists values that specify which layouts can be applied to the Field List.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
[Flags]
public enum FieldListAllowedLayouts
vb
<Flags>
Public Enum FieldListAllowedLayouts

Members

NameDescription
All

All layouts can be applied to the Field List.

| | StackedDefault |

The ‘Fields Section and Areas Section Stacked’ layout can be applied to the Field List.

| | StackedSideBySide |

The ‘Fields Section and Areas Section Side-By-Side’ layout can be applied to the Field List.

| | TopPanelOnly |

The ‘Fields Section Only’ layout can be applied to the Field List.

| | BottomPanelOnly2by2 |

The ‘Areas Section Only (2 by 2)’ layout can be applied to the Field List.

| | BottomPanelOnly1by4 |

The ‘Areas Section Only (1 by 4)’ layout can be applied to the Field List.

|

The following properties accept/return FieldListAllowedLayouts values:

Remarks

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

See Also

DevExpress.Xpf.PivotGrid Namespace