Removes the page view at the specified index.

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

Syntax

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

Parameters

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

See Also