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
public HeaderContentAlignment HeaderPanelContentAlignment { get; set; }
Property Value
Type | Default | Description |
---|---|---|
HeaderContentAlignment | Center | The value that specifies how the view aligns item headers in the header panel. |
Available values:
Name | Description |
---|---|
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