PivotGridControl.ColumnFieldValuesAlignment Property
Gets or sets the vertical alignment of column field values. This is a dependency property.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
VerticalAlignment | A VerticalAlignment enumeration member specifying the vertical alignment of column field values. |
Remarks
To specify the vertical alignment of row field values, use the PivotGridControl.RowFieldValuesAlignment property.
See Also