Table of Contents

Method GetTab

Namespace
Alternet.Maui
Assembly
Alternet.UI.Maui.dll

GetTab(int)

Gets the tab at the specified index.

public virtual SimpleTabControlView.TabControlItem? GetTab(int index)

Parameters

index int

The index of the tab to get.

Returns

SimpleTabControlView.TabControlItem

The tab at the specified index, or null if the index is out of range.