ColumnSummaryCollection
Base classes such as ColumnFooterCollection, ColumnHeaderSummaryCollection, ColumnGroupFooterCollection, etc.
Signature:
export interface ColumnSummaryCollection<TItem extends ColumnSummary>Remarks
Collection of ColumnSummary
[down class]
Properties
| Property | Type | Description |
|---|---|---|
| column | GridColumn | Corresponding column |
| count | number | Summary Count |
| items | TItem[] | Add ColumnSummary. |
Methods
| Method | Type | Description |
| --- | --- | --- |
| get(index) | get?(index: number): TItem; | Gets the ColumnSummary. |
Properties Desc
column
The corresponding column
Type - GridColumn
count
Number of Summary items
Type - number
items
Adds a ColumnSummary.
Type - TItem[]
Methods Desc
get
Gets the ColumnSummary.
[Parameter List]
index - number
ColumnSummary number
[Return Value] - TItem