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