Back to Devexpress

TabView.ItemHeaderPlacementOnSelection Property

maui-devexpress-dot-maui-dot-controls-dot-tabview-649ec2a0.md

latest1.1 KB
Original Source

TabView.ItemHeaderPlacementOnSelection Property

Gets or sets a value that specifies how the TabView positions newly selected items. This is a bindable property.

Namespace : DevExpress.Maui.Controls

Assembly : DevExpress.Maui.Controls.dll

NuGet Package : DevExpress.Maui.Controls

Declaration

csharp
public ItemHeaderPlacement ItemHeaderPlacementOnSelection { get; set; }

Property Value

TypeDefaultDescription
ItemHeaderPlacementCenter

The value that specifies how the TabView positions newly selected items.

|

Available values:

NameDescription
Center

The selected item header is centered in the header panel.

| | Edge |

The selected item header is shifted in the header panel to be fully visible.

|

See Also

TabView Class

TabView Members

DevExpress.Maui.Controls Namespace