XMLRepeater Properties |
The XMLRepeater type exposes the following members.
Name | Description | |
---|---|---|
CacheDependencies |
Cache dependencies, each cache dependency on a new line.
| |
CacheItemName |
Name of the cache item the control will use.
| |
CacheMinutes |
Number of minutes the retrieved content is cached for. Zero indicates that the content will not be cached.
| |
ContentType |
Content type of response.
| |
DataBindByDefault |
Indicates whether data binding should be performed by default.
| |
DataSource |
Object from which data-bound control retrieves its list of data item.
(Inherited from BasicRepeater.) | |
DataSourceControl |
Control with data source.
(Inherited from BasicRepeater.) | |
DataSourceName |
Gets or sets name of source.
(Inherited from BasicRepeater.) | |
DefaultDataSource |
Default data source to use if no external is provided.
(Inherited from BasicRepeater.) | |
DelayedLoading |
Indicates whether the data should be loaded to the load event instead of default init event.
| |
Encoding |
Content encoding. (UTF8 by default).
| |
FeedName |
Name of feed for caching purposes.
| |
FooterXML |
XML which is rendered after repeater items.
| |
HeaderXML |
XML which is rendered before repeater items.
| |
HideControlForZeroRows |
Hides the control when no data is loaded. Default value is False.
(Inherited from BasicRepeater.) | |
PageableControl |
Gets or sets the encapsulated control that implements IUniPageable interface.
(Inherited from BasicRepeater.) | |
PagerDataItem |
Pager data item object.
(Inherited from BasicRepeater.) | |
PagerForceNumberOfResults |
Gets or sets the number of result. Enables proceed "fake" datasets, where number
of results in the dataset is not correspondent to the real number of results
This property must be equal -1 if should be disabled
(Inherited from BasicRepeater.) | |
RelatedData |
Custom data connected to the object, if not set, returns the Related data of the nearest IDataControl.
(Inherited from BasicRepeater.) | |
ResolveDynamicControls |
Gets or sets the value that indicates whether dynamic controls should be resolved
(Inherited from BasicRepeater.) | |
ShortID |
Short ID of the control.
(Inherited from UIRepeater.) | |
StopProcessing |
Stops further processing.
| |
TransformationName |
Transformation name in format application.class.transformation.
| |
UniPagerControl |
Pager control.
(Inherited from BasicRepeater.) | |
ZeroRowsText |
Text to be shown when the control is hidden by HideControlForZeroRows.
(Inherited from BasicRepeater.) |