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

TableView.HeaderPanelMinHeight Property

Gets or sets the minimum height of the Column Header Panel. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.dll

Declaration

public double HeaderPanelMinHeight { get; set; }

Property Value

Type Description
Double

A Double value that is the minimum height of the Column Header Panel.

Remarks

The height of the Column Header Panel can vary depending on the header text.

See Also