TabView.ItemHeaderHeight Property
Gets or sets the 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 TabItemLength ItemHeaderHeight { get; set; }
Property Value
Type | Description |
---|---|
TabItemLength | The height of header items. |
See Also