Back to Devexpress

TabItem.HeaderIconPosition Property

maui-devexpress-dot-maui-dot-controls-dot-tabitem-d2dd5bf8.md

latest1.3 KB
Original Source

TabItem.HeaderIconPosition Property

Gets or sets the position of the icon relative to the text in the item header. This is a bindable property.

Namespace : DevExpress.Maui.Controls

Assembly : DevExpress.Maui.Controls.dll

NuGet Package : DevExpress.Maui.Controls

Declaration

csharp
public HeaderContentPosition HeaderIconPosition { get; set; }

Property Value

TypeDefaultDescription
HeaderContentPositionDefault

The position of the icon relative to the text in the item header.

|

Available values:

NameDescription
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

TabItem Class

TabItem Members

DevExpress.Maui.Controls Namespace