Back to Devexpress

PivotGridControl.ColumnFieldValuesAlignment Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-a94a83e0.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public VerticalAlignment ColumnFieldValuesAlignment { get; set; }
vb
Public Property ColumnFieldValuesAlignment As VerticalAlignment

Property Value

TypeDescription
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

RowFieldValuesAlignment

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace