Gets or sets the index of the view when control is bound to C1MultiView.

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

Syntax

C#
public int ViewIndex { get; set; }
Visual Basic
Public Property ViewIndex As Integer
	Get
	Set

Field Value

The index of the view.

Remarks

Default value is -1, value of -1 means that index of the view will be assigned automatically.

See Also