CatalogCharacteristicFilterControl

CatalogCharacteristicFilterControl is an unfinished legacy characteristic filter control. The legacy source does not identify a supported implementation.

Configurable properties

Property Default Valid values or format Effect
BlankItemText
String
Not specified   Sets the text displayed for a blank item.
CharacteristicName
String
Not specified   Sets the characteristic name.
FamilyName
String
Empty string ("")   Sets the characteristic family name used in the header.
HeaderText
String
Not specified   Sets the header text.
RenderAsDropdown
Boolean
Not specified true, false Controls whether the filter is rendered as a drop-down.
ShowHeader
Boolean
Not specified true, false Controls header display.

SitePages.config example

The following example loads CatalogCharacteristicFilterControl.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: BlankItemText, CharacteristicName, FamilyName, HeaderText, RenderAsDropdown, ShowHeader.

<Control src="CatalogCharacteristicFilterControl.ascx" />

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

Inherited properties

CatalogCharacteristicFilterControl inherits shared conditions from CyberStoreBaseControl.


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