CatalogDataViewControl

CatalogDataViewControl is a catalog data-view control.

Configurable properties

Property Default Valid values or format Effect
DataSource
Object
null   Sets the data source.

SitePages.config example

The following example loads CatalogDataViewControl.ascx and applies the documented literal defaults.

<Control src="CatalogDataViewControl.ascx"
         DataSource="null" />

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

Inherited properties

CatalogDataViewControl inherits listing behavior from ListingControl and shared conditions from CyberStoreBaseControl.


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