TabItem.HeaderHeight Property
Gets or sets the item header height when the TabView.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 TabItemLength HeaderHeight { get; set; }
Property Value
Type | Default | Description |
---|---|---|
TabItemLength | -1 | The item header’s height. |
See Also