Click or drag to resize
UniView Properties

The UniView type exposes the following members.

Properties
  NameDescription
Public propertyAlternatingItemTemplate
Alternating item template.
Public propertyAlternatingRange
Item / AlternatingItem template changing interval
Public propertyAlternatingStartPosition
Alternating start position.
Public propertyDataSource
Gets or sets the object from which data-bound control retrieves its list of data item.
(Overrides BaseDataBoundControlDataSource.)
Public propertyFirstItemTemplate
First item template.
Public propertyFooterTemplate
Footer item template.
Public propertyHeaderTemplate
Header item template.
Public propertyHideHeaderAndFooterForSingleItem
Hide Outer data (header, footer) for single item.
Public propertyHierarchicalDisplayMode
Gets or sets the display mode for hierarchical datasource.
Public propertyItemTemplate
Default item template.
Public propertyLastItemTemplate
Last item template.
Public propertyOuterData
Data generated in header and footer.
Public propertyPagerDataItem
Gets or sets the IUniPageable.PagerDataItem value.
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 propertyRelationColumnID
Column from which specifies value of current level (for example parent document id).
Public propertySelectedItemColumnName
Gets or sets the column name which should be used for selected item comparison.
Public propertySelectedItemValue
Gets or sets the value which indicates selected item.
Public propertySeparatorTemplate
Separator item template.
Public propertySingleItemTemplate
Single item template.
Public propertyTransformations
Gets or sets the transformation collection.
Public propertyUniPagerControl
Pager control.
Public propertyUseNearestItemForHeaderAndFooter
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.
Top
See Also