Back to Devexpress

PivotFieldListControl.ActualOrientation Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotfieldlistcontrol-c7a00062.md

latest2.5 KB
Original Source

PivotFieldListControl.ActualOrientation Property

Gets whether field headers are 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 ActualOrientation { get; }
vb
Public ReadOnly Property ActualOrientation As FieldListOrientation

Property Value

TypeDescription
FieldListOrientation

A FieldListOrientation enumeration member that specifies whether field headers are 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

To specify how field headers should be arranged within the Customization Control, use the PivotFieldListControl.Orientation property. If this property is set to FieldListOrientation.Auto, PivotGridControl automatically defines the orientation of the Customization Control. In this instance, use the ActualOrientation property to determine the Customization Control’s orientation.

See Also

Orientation

PivotFieldListControl Class

PivotFieldListControl Members

DevExpress.Xpf.PivotGrid Namespace