FieldListOrientation Enum
Lists values that specify how field headers should be arranged within the Customization Control.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Members
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. |
Related API Members
The following properties accept/return FieldListOrientation values:
Remarks
Value listed by this enumeration are used to set the PivotFieldListControl.Orientation property.
See Also