Back to Devexpress

TableView.HeaderPanelMinHeight Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-7fca20e1.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
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

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace