SmallMultipleGroup Class |
Namespace: Dundas.BI.Entities.Views
The SmallMultipleGroup type exposes the following members.
Name | Description | |
---|---|---|
SmallMultipleGroup |
Initializes a new instance of the SmallMultipleGroup class.
|
Name | Description | |
---|---|---|
BodyTemplate |
Gets or sets the template for the group's repeating items.
| |
ColumnFooterTemplate |
Gets or sets the template for the footer displayed after each column.
| |
ColumnGroupingHierarchies |
Gets the collection of grouping hierarchies that define how column items are generated for this group.
| |
ColumnHeaderTemplate |
Gets or sets the template for the header displayed before the column.
| |
GroupingElements |
Gets the collection of elements that are used for grouping.
| |
IsWrapped |
Gets or sets a value indicating whether items are wrapped if the maximum width
is exceeded. This applicable when repeating only on columns.
| |
MaximumWidth |
Gets or sets the maximum width a row can be before items are wrapped. A row will
always show a minimum of 1 item.
| |
RowFooterTemplate |
Gets or sets the template for the footer displayed after each row.
| |
RowGroupingHierarchies |
Gets the list of grouping hierarchies that define how row items are generated for this group.
| |
RowHeaderTemplate |
Gets or sets the template for the header displayed before each row.
|