TabItem.HeaderHeight Property
In This Article
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
C#
public TabItemLength HeaderHeight { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Tab |
-1 | The item header’s height. |
See Also