Skip to main content

TabView.ItemHeaderMinHeight Property

Gets or sets the minimum height of header items when HeaderPanelPosition is Left or Right. This is a bindable property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public double ItemHeaderMinHeight { get; set; }

Property Value

Type Default Description
Double -1

The minimum height of header items, in pixels.

See Also