Selects the page view by the index.

Namespace:  C1.Web.UI.Controls.C1MultiPage
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public void SelectPageView(
	int index
)
Visual Basic (Declaration)
Public Sub SelectPageView ( _
	index As Integer _
)

Parameters

index
Type: System..::..Int32
The page view index.

See Also