PivotGridControl.RowFieldValuesAlignment Property
In This Article
Gets or sets the vertical alignment of row field values. This is a dependency property.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public VerticalAlignment RowFieldValuesAlignment { get; set; }
#Property Value
Type | Description |
---|---|
Vertical |
A Vertical |
#Remarks
To specify the vertical alignment of column field values, use the PivotGridControl.ColumnFieldValuesAlignment property.
See Also