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

TabView.ItemHeaderIconPosition Property

Gets or sets the position of the header icons relative to the headers’ text. This is a bindable property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public HeaderContentPosition ItemHeaderIconPosition { get; set; }

Property Value

Type Default Description
HeaderContentPosition Top

The position of the header icons relative to the headers’ text.

Available values:

Name Description
Default

Identifies the default element position.

Top

An element is at the top edge of the container.

Bottom

An element is at the bottom edge of the container.

Left

An element is at the left edge of the container.

Right

An element is at the right edge of the container.

See Also