Back to Devexpress

TabView.HeaderPanelContentAlignment Property

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

latest1.2 KB
Original Source

TabView.HeaderPanelContentAlignment Property

Gets or sets a value that specifies how the view aligns item headers in the header panel. This is a bindable property.

Namespace : DevExpress.Maui.Controls

Assembly : DevExpress.Maui.Controls.dll

NuGet Package : DevExpress.Maui.Controls

Declaration

csharp
public HeaderContentAlignment HeaderPanelContentAlignment { get; set; }

Property Value

TypeDefaultDescription
HeaderContentAlignmentCenter

The value that specifies how the view aligns item headers in the header panel.

|

Available values:

NameDescription
Start

The Tab View docks tab items to the Header Panel’s ‘start’ edge.

| | End |

The Tab View docks tab items to the Header Panel’s ‘end’ edge.

| | Center |

The Tab View centers tab items in the Header Panel.

|

See Also

TabView Class

TabView Members

DevExpress.Maui.Controls Namespace