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

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

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