Gets or sets the ID of the PageView control to display when this item is selected.
[Visual Basic]
Public Property PageViewID As
String
[C#]
public
String PageViewID {get; set;}
Remarks
Navigation controls inherited from BaseNavigator (Menu, SlideMenu, TabStrip etc) can be associated with a MultiPage control. When associated with a MultiPage control, navigation controls can automatically switch the page in the MultiPage control.
Use this property to explicitly associate a PageView in the associated MultiPage control to this item.
See Also
NavigationItem Class | EO.Web Namespace | MultiPageID