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

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

Syntax

C#
public C1SegmentedButtonsCollection Buttons { get; }
Visual Basic
Public ReadOnly Property Buttons As C1SegmentedButtonsCollection
	Get

Field Value

The grouped buttons.

See Also