BasicUniView Properties |
The BasicUniView type exposes the following members.
Name | Description | |
---|---|---|
AlternatingItemTemplate |
Alternating item template.
(Inherited from UniView.) | |
AlternatingRange |
Item / AlternatingItem template changing interval
(Inherited from UniView.) | |
AlternatingStartPosition |
Alternating start position.
(Inherited from UniView.) | |
DataBindByDefault |
Indicates whether data binding should be performed by default.
| |
DataSource |
Object from which data-bound control retrieves its list of data item.
(Overrides UniViewDataSource.) | |
DataSourceControl |
Control with data source.
| |
DataSourceName |
Gets or sets name of source.
| |
DefaultDataSource |
Default data source to use if no external is provided.
| |
FirstItemTemplate |
First item template.
(Inherited from UniView.) | |
FooterTemplate |
Footer item template.
(Inherited from UniView.) | |
HeaderTemplate |
Header item template.
(Inherited from UniView.) | |
HideControlForZeroRows |
Hides the control when no data is loaded. Default value is False.
| |
HideHeaderAndFooterForSingleItem |
Hide Outer data (header, footer) for single item.
(Inherited from UniView.) | |
HierarchicalDisplayMode |
Gets or sets the display mode for hierarchical datasource.
(Inherited from UniView.) | |
ItemTemplate |
Default item template.
(Inherited from UniView.) | |
LastItemTemplate |
Last item template.
(Inherited from UniView.) | |
OuterData |
Data generated in header and footer.
(Inherited from UniView.) | |
PageableControl |
Gets or sets the encapsulated control that implements IUniPageable interface.
| |
PagerDataItem |
Gets or sets the IUniPageable.PagerDataItem value.
(Inherited from UniView.) | |
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 UniView.) | |
RelatedData |
Custom data connected to the object, if not set, returns the Related data of the nearest IDataControl.
| |
RelationColumnID |
Column from which specifies value of current level (for example parent document id).
(Inherited from UniView.) | |
ResolveDynamicControls |
Gets or sets the value that indicates whether dynamic controls should be resolved
| |
SelectedItemColumnName |
Gets or sets the column name which should be used for selected item comparison.
(Inherited from UniView.) | |
SelectedItemValue |
Gets or sets the value which indicates selected item.
(Inherited from UniView.) | |
SeparatorTemplate |
Separator item template.
(Inherited from UniView.) | |
SingleItemTemplate |
Single item template.
(Inherited from UniView.) | |
Transformations |
Gets or sets the transformation collection.
(Inherited from UniView.) | |
UniPagerControl |
Pager control.
(Inherited from UniView.) | |
UseNearestItemForHeaderAndFooter |
Gets or sets the value that indicates whether data from nearest data item should be used
for header or footer item. This value is ignored if OuterData property is set.
(Inherited from UniView.) | |
ZeroRowsText |
Text to be shown when the control is hidden by HideControlForZeroRows.
|