Skip to main content

PivotGridControl.FieldHeight Property

Gets or sets the row height for the current pivot grid.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public double FieldHeight { get; set; }

#Property Value

Type Description
Double

A Double value that specifies the row height for the current pivot grid.

See Also