Back to Devexpress

TabHeaderUnitType Enum

maui-devexpress-dot-maui-dot-controls-033507d0.md

latest1.1 KB
Original Source

TabHeaderUnitType Enum

Lists types of values that TabHeaderLength stores.

Namespace : DevExpress.Maui.Controls

Assembly : DevExpress.Maui.Controls.dll

NuGet Package : DevExpress.Maui.Controls

Declaration

csharp
public enum TabHeaderUnitType

Members

NameDescription
Absolute

The length in pixels.

| | Auto |

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

|

The following properties accept/return TabHeaderUnitType values:

Extension Methods

Yield<TabHeaderUnitType>()

YieldIfNotNull<TabHeaderUnitType>()

See Also

DevExpress.Maui.Controls Namespace