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