PivotFieldListControl.Orientation Property
In This Article
Gets or sets whether field headers should be stacked horizontally or vertically within the Customization Control. This is a dependency property.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Field |
A Field |
#Remarks
Set the Orientation property to FieldListOrientation.Auto to allow the PivotGridControl to control this option automatically. In this instance, use the PivotFieldListControl.ActualOrientation property to determine whether field headers are stacked horizontally or vertically.
See Also