API Reference
Class
SummaryItem
Simple name/count pair for grouping.
Inheritance
- Object
- SummaryItem
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method SummaryItem.<Clone>$
- Property View.ByCategory
- Property View.ByRight
Constructors
public SummaryItem(String name, Int32 count) #Creates a new summary item.
Parameters
- name System.String
- Group name (e.g., category or right label).
- count System.Int32
- Number of occurrences.