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 |
|---|---|---|---|
BlankItemTextString | Not specified | Sets the text displayed for a blank item. | |
CharacteristicNameString | Not specified | Sets the characteristic name. | |
FamilyNameString | Empty string ("") | Sets the characteristic family name used in the header. | |
HeaderTextString | Not specified | Sets the header text. | |
RenderAsDropdownBoolean | Not specified | true, false | Controls whether the filter is rendered as a drop-down. |
ShowHeaderBoolean | 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.