CatalogCategoryNavigationControl
CatalogCategoryNavigationControl displays approved categories filtered for the current shopper’s View List. It can display a text or drop-down menu and recognizes an item’s category on item-detail pages.

Configurable properties
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
DropDownButtonTextString | "Go" | Sets the drop-down button text. | |
DropDownFirstHintTextString | see LinkPage | Sets the first drop-down hint text. | |
DropDownHintTextString | see LinkPage | Sets the drop-down hint text. | |
DropDownMenuParentIDInteger | -1 | Sets the drop-down menu parent identifier. | |
ExpandTextMenuByDefaultBoolean | false | true, false | Controls expansion of the text menu when no category is set. |
FirstButtonHyperlinkPageString | "/ECommerce/CatalogSubCategoryDisplay.aspx" | Sets the first button hyperlink page. | |
FirstLinkPageString | see LinkPage | Sets the first link page. | |
HyperlinkPageString | "/ECommerce/CatalogSubCategoryDisplay.aspx" | Sets the hyperlink page. | |
LinkPageString | "CatalogSubCategoryDisplay.aspx" | Sets the link page. | |
MaxCategoryDepthInteger | 99 | Sets the maximum category depth shown in the menu. | |
MenuDisplayModeString | Not specified | Selects the text or drop-down menu display mode. | |
ShowOnlySiblingCategoriesBoolean | false | true, false | Controls display of only the current category’s siblings in text mode. |
TieredPagesBoolean | false | true, false | Controls tiered pages. |
SitePages.config example
The following example loads CatalogCategoryNavigationControl.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: DropDownFirstHintText, DropDownHintText, FirstLinkPage, MenuDisplayMode.
<Control src="CatalogCategoryNavigationControl.ascx"
DropDownButtonText="Go"
DropDownMenuParentID="-1"
ExpandTextMenuByDefault="false"
FirstButtonHyperlinkPage="/ECommerce/CatalogSubCategoryDisplay.aspx"
HyperlinkPage="/ECommerce/CatalogSubCategoryDisplay.aspx"
LinkPage="CatalogSubCategoryDisplay.aspx"
MaxCategoryDepth="99"
ShowOnlySiblingCategories="false"
TieredPages="false" />
Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.
Inherited properties
CatalogCategoryNavigationControl inherits shared conditions from CyberStoreBaseControl.