Default indterface for navigation controls
For a list of all members of this type, see INavigation Members.
[Visual Basic] Public Interface INavigation [C#] public interface INavigation [C++] public __gc __interface INavigation [JScript] public interface INavigation
| Type | Description |
|---|---|
| DesktopNavigation | Represents a flat navigation bar. One dimension. Can render horizontally or vertically. |
| ItemNavigation | ItemNavigation inherits from MenuNavigation and adds the functionality of the ShopNavigation with ALL types of binding. all subcategories are added as an ItemID property. |
| MenuNavigation | Menu navigation inherits from Menu Webcontrol and adds the 'glue' to link to tabs tree. Bugfix #656794 'Menu rendering adds all tabs' by abain |
| ShopNavigation | Menu navigation inherits from Menu Webcontrol and adds the 'glue' to link to tabs tree. Bugfix #656794 'Menu rendering adds all tabs' by abain |
| SolpartNavigation | TODO: CAN WE REPLACE THIS WITH ASP.NET Menu naviagion? Therby not breaking any existing themes? |
Namespace: Rainbow.Framework.Web.UI.WebControls
Assembly: Rainbow.Framework.Core (in Rainbow.Framework.Core.dll)
INavigation Members | Rainbow.Framework.Web.UI.WebControls Namespace