Back to Devexpress

PivotGridField.MinHeight Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-16de28bb.md

latest1.9 KB
Original Source

PivotGridField.MinHeight Property

Gets or sets the minimum allowed 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

Declaration

csharp
public double MinHeight { get; set; }
vb
Public Property MinHeight As Double

Property Value

TypeDescription
Double

A Double value, specifying the minimum allowed height (in pixels) of rows that correspond to the current field.

|

Remarks

The PivotGridField.Height property cannot be set to a value less than the minimum allowed one, specified by the MinHeight property. End-users also cannot set a row height to a value less than MinHeight.

Note that specifying a row height has different effects for column, row and data fields. To learn more, see PivotGridField.Height.

To denote a default value of the MinHeight property, use the PivotGridField.DefaultMinHeight field.

See Also

Height

PivotGridField Class

PivotGridField Members

DevExpress.Xpf.PivotGrid Namespace