Back to Devexpress

PivotFieldListControl.Orientation Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotfieldlistcontrol-9acc3eb7.md

latest2.4 KB
Original Source

PivotFieldListControl.Orientation Property

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.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public FieldListOrientation Orientation { get; set; }
vb
Public Property Orientation As FieldListOrientation

Property Value

TypeDescription
FieldListOrientation

A FieldListOrientation enumeration member that specifies whether field headers should be stacked horizontally or vertically within the Customization Control.

|

Available values:

NameDescription
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.

|

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

ActualOrientation

PivotFieldListControl Class

PivotFieldListControl Members

DevExpress.Xpf.PivotGrid Namespace