TabHeaderUnitType Enum
Lists types of values that TabHeaderLength stores.
Namespace: DevExpress.XamarinForms.Navigation
Assembly: DevExpress.XamarinForms.Navigation.dll
NuGet Package: DevExpress.XamarinForms.Navigation
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