Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public VerticalAlignment RowFieldValuesAlignment { get; set; }

Property Value

Type Description
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