CatalogItemCharacteristicTabsDisplayControl

CatalogItemCharacteristicTabsDisplayControl displays item characteristic families as tabs. The rendered tab content uses CatalogItemCharacteristicDisplayControl by default.

Configurable properties

Property Default Valid values or format Effect
CharacteristicDisplayControlPath
String
"~/control/CatalogItemCharacteristicDisplayControl.ascx"   Sets the characteristic-display control path.
FamilyNames
String
Empty string ("")   Sets the characteristic families shown as tabs.
TabsLocation
String
"Top"   Sets the tab location.

SitePages.config example

The following example loads CatalogItemCharacteristicTabsDisplayControl.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: FamilyNames.

<Control src="CatalogItemCharacteristicTabsDisplayControl.ascx"
         CharacteristicDisplayControlPath="~/control/CatalogItemCharacteristicDisplayControl.ascx"
         TabsLocation="Top" />

Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.

Inherited properties

CatalogItemCharacteristicTabsDisplayControl inherits item-context behavior from ItemControl and shared conditions from CyberStoreBaseControl.


This site uses Just the Docs, a documentation theme for Jekyll.