Back to Devexpress

FieldListOrientation Enum

wpf-devexpress-dot-xpf-dot-pivotgrid-ce0e2b77.md

latest1.7 KB
Original Source

FieldListOrientation Enum

Lists values that specify how field headers should be arranged within the Customization Control.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public enum FieldListOrientation
vb
Public Enum FieldListOrientation

Members

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.

|

The following properties accept/return FieldListOrientation values:

Remarks

Value listed by this enumeration are used to set the PivotFieldListControl.Orientation property.

See Also

DevExpress.Xpf.PivotGrid Namespace