BasicDataList Properties |
The BasicDataList type exposes the following members.
Name | Description | |
---|---|---|
DataBindByDefault |
Indicates whether data binding should be performed by default.
| |
DataSource |
Object from which data-bound control retrieves its list of data item.
(Overrides UIDataListDataSource.) | |
DataSourceControl |
Control with data source.
| |
DataSourceName |
Data source name.
| |
DefaultDataSource |
Default data source to use if no external is provided.
| |
HideControlForZeroRows |
Hides the control when no data is loaded. The default value is False.
| |
PageableControl |
Gets or sets the encapsulated control that implements IUniPageable interface.
| |
PagerDataItem |
Pager data item object.
| |
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
| |
RelatedData |
Custom data connected to the object, if not set, returns the Related data of the nearest IDataControl.
| |
ResolveDynamicControls |
Gets or sets the value that indicates whether dynamic controls should be resolved
| |
ShortID |
Short ID of the control.
(Inherited from UIDataList.) | |
UniPagerControl |
Pager control.
| |
ZeroRowsText |
Text to be shown when the control is hidden by HideControlForZeroRows.
|