ASPxSummaryItem Properties
Represents a summary item.| Name | Description |
|---|---|
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| DisplayFormat | Gets or sets the pattern specifying the display format for the summary item. Inherited from ASPxSummaryItemBase. |
| FieldName | Gets or sets the name of a data source field whose values are used for summary calculation. Inherited from ASPxSummaryItemBase. |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
| ShowInColumn | Gets or sets a value that specifies a column in which footer (for total summary) or group row/group footer (for group summary) the summary will be displayed. |
| ShowInGroupFooterColumn | Specifies a column to display group summaries in its group footer cells. |
| SummaryType | Gets or sets the aggregate function type. Inherited from ASPxSummaryItemBase. |
| Tag | Gets or sets data associated with the summary item. Inherited from ASPxSummaryItemBase. |
| ValueDisplayFormat | Gets or sets the pattern specifying the display format for the calculated summary value. Inherited from ASPxSummaryItemBase. |
| Visible | Gets or sets a value specifying the visibility of the current summary item. Inherited from ASPxSummaryItemBase. |
See Also