Back to Devexpress

TabItemLengthUnitType Enum

maui-devexpress-dot-maui-dot-controls-f7edd2bb.md

latest1.2 KB
Original Source

TabItemLengthUnitType Enum

Lists types of values that TabItemLength stores.

Namespace : DevExpress.Maui.Controls

Assembly : DevExpress.Maui.Controls.dll

NuGet Package : DevExpress.Maui.Controls

Declaration

csharp
public enum TabItemLengthUnitType

Members

NameDescription
Absolute

The length in pixels.

| | Star |

The Tab View calculates the item length as a weighted proportion of available space.

| | Auto |

The Tab View automatically calculates the item length by a Header Item’s content.

|

The following properties accept/return TabItemLengthUnitType values:

Extension Methods

Yield<TabItemLengthUnitType>()

YieldIfNotNull<TabItemLengthUnitType>()

See Also

DevExpress.Maui.Controls Namespace