Click or drag to resize
BasicRepeater Properties

The BasicRepeater type exposes the following members.

Properties
  NameDescription
Public propertyDataBindByDefault
Indicates whether data binding should be performed by default.
Public propertyDataSource
Object from which data-bound control retrieves its list of data item.
(Overrides UIRepeaterDataSource.)
Public propertyDataSourceControl
Control with data source.
Public propertyDataSourceName
Gets or sets name of source.
Protected propertyDefaultDataSource
Default data source to use if no external is provided.
Public propertyHideControlForZeroRows
Hides the control when no data is loaded. Default value is False.
Public propertyPageableControl
Gets or sets the encapsulated control that implements IUniPageable interface.
Public propertyPagerDataItem
Pager data item object.
Public propertyPagerForceNumberOfResults
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
Public propertyRelatedData
Custom data connected to the object, if not set, returns the Related data of the nearest IDataControl.
Public propertyResolveDynamicControls
Gets or sets the value that indicates whether dynamic controls should be resolved
Public propertyShortID
Short ID of the control.
(Inherited from UIRepeater.)
Public propertyUniPagerControl
Pager control.
Public propertyZeroRowsText
Text to be shown when the control is hidden by HideControlForZeroRows.
Top
See Also