Table of Contents
MultiPageID Property

Gets or sets the ID of the associated MultiPage control.

Syntax
 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