Gets or sets the index of the selected page.

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

Syntax

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

Field Value

The index of the selected page.

See Also