Skip to main content

TreeListView.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.v14.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