Back to Devexpress

TabView.HeaderPanelPosition Property

maui-devexpress-dot-maui-dot-controls-dot-tabview-df5946e3.md

latest1.2 KB
Original Source

TabView.HeaderPanelPosition Property

Gets or sets the header panel’s position within the view. This is a bindable property.

Namespace : DevExpress.Maui.Controls

Assembly : DevExpress.Maui.Controls.dll

NuGet Package : DevExpress.Maui.Controls

Declaration

csharp
public HeaderContentPosition HeaderPanelPosition { get; set; }

Property Value

TypeDefaultDescription
HeaderContentPositionTop

The header panel’s position within the view.

|

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

TabView Class

TabView Members

DevExpress.Maui.Controls Namespace