Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

TabHeaderUnitType Enum

Lists types of values that TabHeaderLength stores.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public enum TabHeaderUnitType

Members

Name Description
Absolute

The length in pixels.

Auto

The Tab View automatically calculates the header panel length by the Header Panel’s content.

Related API Members

The following properties accept/return TabHeaderUnitType values:

See Also