Back to Devexpress

TabViewActualAppearance.ItemHeaderIconPosition Property

maui-devexpress-dot-maui-dot-controls-dot-tabviewactualappearance-794e0bfd.md

latest1.4 KB
Original Source

TabViewActualAppearance.ItemHeaderIconPosition Property

Gets the item header’s icon position value that is applied to the TabView. To specify this value, use the ItemHeaderIconPosition property.

Namespace : DevExpress.Maui.Controls

Assembly : DevExpress.Maui.Controls.dll

NuGet Package : DevExpress.Maui.Controls

Declaration

csharp
public HeaderContentPosition ItemHeaderIconPosition { get; }

Property Value

TypeDescription
HeaderContentPosition

The item header’s icon position.

|

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

TabViewActualAppearance Class

TabViewActualAppearance Members

DevExpress.Maui.Controls Namespace