The collection of grouped buttons. Usable only when NavigationBarType is SegmentedButtons.

Namespace:  C1.Web.iPhone.C1TabBarController
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public C1TabBarItemCollection TabBarItems { get; }
Visual Basic
Public ReadOnly Property TabBarItems As C1TabBarItemCollection
	Get

Field Value

The grouped buttons.

See Also