Skip to main content

ItemHeaderPlacement Enum

Lists values that specify how the TabView and TabPage position the selected tab item header.

Namespace: DevExpress.XamarinForms.Navigation

Assembly: DevExpress.XamarinForms.Navigation.dll

NuGet Package: DevExpress.XamarinForms.Navigation

Declaration

public enum ItemHeaderPlacement : byte

Members

Name Description
Center

The selected item header is centered in the header panel.

Edge

The selected item header is shifted in the header panel to be fully visible.

Related API Members

The following properties accept/return ItemHeaderPlacement values:

Remarks

The TabView.ItemHeaderPlacementOnSelection and TabPage.ItemHeaderPlacementOnSelection properties use these enumeration values. The following table shows how the Tab View behaves when using them:

Value

Sample Image

Center

Edge

See Also