PAGEVIEW Element | PageView Class

This class represents a page in a MultiPage control.

Syntax

Visual Basic  Public  Class PageView Inherits BaseRichControl
C# public   class PageView : BaseRichControl
Managed C++ public:  __gc class PageView :  public BaseRichControl
JScript public   class PageView extends BaseRichControl

Inheritance Hierarchy

Object::Control::WebControl::BaseRichControl

Remarks

The PAGEVIEW views are declared within the MULTIPAGE tags.

When used in conjunction with the TabStrip and MultiPage controls, the PageView views are linked to the Tabs of the TabStrip in the order of appearance if the TabStrip's TargetID attribute is set to the ID of the MultiPage.

If there are more Tabs than PageViews, the Tabs with no corresponding PageViews can be activated, but the MultiPage will not change the selected PageView.

This element is a block element.

This element requires a closing tag.

Members Table

The following table lists the members exposed by the PageView object.

Property Description
Index Retrieves a value that indicates the index of the current PageView within the MultiPage collection.
ParentMultiPage Retrieves a value that indicates the parent MultiPage control.
Selected Retrieves a value that indicates whether the object is selected.
Visible Not supported.
Method Description
Activate Sets the current PageView to be selected.
LoadViewState Loads the item's previously saved view state.
OnInit Initializes the object.
RenderDesignerPath Implements the rendering path for the Microsoft Visual Studio .NET Editor.
RenderDownLevelPath Implements the downLevel rendering path in this method.
RenderUpLevelPath Implements the uplevel rendering path for this method.

Class Information

Namespace Microsoft.Web.UI.WebControls
Assembly Microsoft.Web.UI.WebControls.dll

Applies To

MULTIPAGE

See Also

MultiPage, About the MultiPage WebControl