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
public ItemHeaderPlacement ItemHeaderPlacementOnSelection { get; set; }
Property Value
Type | Default | Description |
---|---|---|
ItemHeaderPlacement | Center | The value that specifies how the TabView positions newly selected items. |
Available values:
Name | Description |
---|---|
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