Class TabItemCollection
It represents a collection which holds the children for tab view control using the collection of SfTabItem.
Inheritance
System.Object
TabItemCollection
Namespace: Syncfusion.Maui.TabView
Assembly: Syncfusion.Maui.TabView.dll
Syntax
public class TabItemCollection : ObservableCollection<SfTabItem>
Constructors
TabItemCollection()
Declaration
public TabItemCollection()