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 |
|---|---|---|---|
CharacteristicDisplayControlPathString | "~/control/CatalogItemCharacteristicDisplayControl.ascx" | Sets the characteristic-display control path. | |
FamilyNamesString | Empty string ("") | Sets the characteristic families shown as tabs. | |
TabsLocationString | "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.