TabView.ItemHeaderMaxHeight Property
Gets or sets the maximum 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 ItemHeaderMaxHeight { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Double | -1 | The maximum height of header items in pixels. |
See Also