FieldListOrientation Enum
In This Article
Lists values that specify how field headers should be arranged within the Customization Control.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Vertical | Field headers are stacked vertically. |
Horizontal | Field headers are stacked horizontally. |
Auto | Pivot |
#Passed To
You can pass FieldListOrientation values to the PivotFieldListControl.Orientation property.
#Remarks
Value listed by this enumeration are used to set the PivotFieldListControl.Orientation property.
See Also