Skip to main content
A newer version of this page is available. .

ItemHeaderPlacement Enum

Lists values that specify how the Tab View positions the selected tab item header.

Namespace: DevExpress.XamarinForms.Navigation

Assembly: DevExpress.XamarinForms.Navigation.dll

Declaration

public enum ItemHeaderPlacement : byte

Members

Name Description
Center

The Tab View centers the selected item header in the header panel.

Edge

The Tab View repositions the selected item header in the header panel to make it completely visible.

Related API Members

The following properties accept/return ItemHeaderPlacement values:

Remarks

The TabView.ItemHeaderPlacementOnSelection property uses these enumeration values. The following table shows how the Tab View behaves when using them:

Value

Sample Image

Center

Edge

See Also