wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-e846b2ef.md
Gets or sets the height of rows that correspond to the current field. This is a dependency property.
Namespace : DevExpress.Xpf.PivotGrid
Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll
NuGet Package : DevExpress.Wpf.PivotGrid
public double Height { get; set; }
Public Property Height As Double
| Type | Description |
|---|---|
| Double |
A Double value, specifying the height of rows that correspond to the current field.
|
The Height property effect depends on the area where the current field is located.
The PivotGridField.MinHeight property defines the minimum possible height for the row. If the Height property value is less than this value, it is automatically changed to PivotGridField.MinHeight.
To denote a default value of the Height property, use the PivotGridField.DefaultHeight field.
Use the PivotGridField.Width property to specify the width of columns that correspond to the current field.
See Also