Gets the segmented buttons control group that shown when NavigationBarType is SegmentedButtons.

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

Syntax

C#
public C1NavigationBarSegmentedButtons SegmentedButtons { get; }
Visual Basic
Public ReadOnly Property SegmentedButtons As C1NavigationBarSegmentedButtons
	Get

Field Value

The segmented buttons.

See Also