Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

ItemHeaderPlacement Enum

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

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

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:

See Also