wpf-devexpress-dot-xpf-dot-pivotgrid-ce0e2b77.md
Lists values that specify how field headers should be arranged within the Customization Control.
Namespace : DevExpress.Xpf.PivotGrid
Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll
NuGet Package : DevExpress.Wpf.PivotGrid
public enum FieldListOrientation
Public Enum FieldListOrientation
| Name | Description |
|---|---|
Vertical |
Field headers are stacked vertically.
|
| Horizontal |
Field headers are stacked horizontally.
|
| Auto |
PivotGridControl automatically defines whether to stack field headers horizontally or vertically, according to the Customization Control’s width and height.
|
The following properties accept/return FieldListOrientation values:
Value listed by this enumeration are used to set the PivotFieldListControl.Orientation property.
See Also