Back to Devexpress

PivotGridControl.RowFieldValuesAlignment Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-1f0fc634.md

latest1.8 KB
Original Source

PivotGridControl.RowFieldValuesAlignment Property

Gets or sets the vertical alignment of row 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 RowFieldValuesAlignment { get; set; }
vb
Public Property RowFieldValuesAlignment As VerticalAlignment

Property Value

TypeDescription
VerticalAlignment

A VerticalAlignment enumeration member specifying the vertical alignment of row field values.

|

Remarks

To specify the vertical alignment of column field values, use the PivotGridControl.ColumnFieldValuesAlignment property.

See Also

ColumnFieldValuesAlignment

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace