Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

BaseNavigator.MultiPageID Property

Gets or sets the ID of the associated MultiPage control.

[Visual Basic]
Public Property MultiPageID As String
[C#]
public String MultiPageID {get; set;}

Remarks

All navigation controls (Menu, SlideMenu, TabStrip and TreeView) can be associated with a MultiPage control.

When associated with a MultiPage control, top level navigation item automatically associates with PageView control which has the same index as the item, e.g, the first navigation item in the group maps to the first PageView in the MultiPage etc.

To explicitly map a specific item to a specific PageView, set the item's PageViewID property.

See Also

BaseNavigator Class | EO.Web Namespace


Direct link to this topic