Kentico CMS 6.0 Controls

Configuration

Configuration

Previous topic Next topic Mail us feedback on this topic!  

Configuration

Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic!  

As it is inherited from the UniView control, the BasicUniView control has all of its properties (including templates). These can be found in the UniView -> Configuration topic. In addition, it has the following properties that can be set or used in the API:

 

Property Name

Description

Sample Value

DataBindByDefault

Indicates whether data binding should be performed by default during the init event.

 

DataSource

The object from which the list of data items is retrieved.

 

HideControlForZeroRows

Indicates whether the control should be hidden when no data is loaded. The default value is False.

 

RelatedData

Custom data connected to the object.

 

ZeroRowsText

Text to be shown when the control is hidden by the HideControlForZeroRows property.

"No records found."