IGridSummaryItem Properties
An interface that defines a Grid summary item‘s API members (properties and methods).| Name | Description |
|---|---|
| DisplayText | Specifies display text pattern for the summary item. A display text string can include static text and placeholders for summary value and column caption. |
| FieldName | Specifies a data field whose values are used to calculate a summary. |
| FooterColumnName | Specifies a column under which to display the summary value. |
| Name | Specifies the summary item’s name. |
| SummaryType | Specifies the summary function type. |
| ValueDisplayFormat | Specifies the display format for the summary item value. |
| Visible | Specifies whether a summary item is visible. |
See Also