TreeListSummaryItem Properties
Represents a summary item.| Name | Description |
|---|---|
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| DisplayFormat | Gets or sets the format of the summary value. |
| FieldName | Gets or set the name of the data source field whose values are used to calculate the summary. |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
| Recursive | Gets or sets whether a recursive summary value calculation is enabled. |
| ShowInColumn | Gets or sets a value that specifies a column in whose footer cell the summary will be displayed. |
| SummaryType | Gets or sets the aggregate function type. |
| Tag | Gets or sets the data associated with the summary item. |
See Also