CatalogDataViewControl
CatalogDataViewControl is a catalog data-view control.
Configurable properties
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
DataSourceObject | 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.