[]
        
Represents rows that defines group of data items.
public class GridSummaryRow : GridRow, IComponent, IHandleAfterRender, INotifyPropertyChanging, IHandleEvent, INotifyPropertyChanged
  | Name | Description | 
|---|---|
| GridSummaryRow() | Initializes a new instance of the GridSummaryRow class.  | 
      
| GridSummaryRow(IDataCollection<object>, int) | Initializes a new instance of the GridSummaryRow class.  | 
      
| GridSummaryRow(object) | Initializes a new instance of the GridSummaryRow class.  | 
      
| Name | Description | 
|---|---|
| BoundRows | Gets the collection of rows from which the summaries will be computed.  | 
      
| Separator | Gets or sets the separator string to display when there are more than one aggregate value.  | 
      
| ShowIcon | Gets or sets whether the header icon is displayed.  | 
      
| Name | Description | 
|---|---|
| AllowEditing(GridColumn) | Returns true when the cell in the intersection of the specified column and this row can be edited.  | 
      
| GetCellContentRenderFragment(GridCellType, GridColumn) | This method is called to provide the content of a cell belonging to this row.  | 
      
| GetCellText(GridCellType, GridColumn) | Gets the text corresponding to the cell in the intersection of the specified column and this row.  | 
      
| GetCellValue(GridCellType, GridColumn) | Gets the value corresponding to the cell in the intersection of the specified column and this row.  | 
      
| HasSummary(GridColumn) | Gets whether there is a summary at the specified column.  | 
      
| OnAttached() | Called when the row is attached to a collection of rows.  | 
      
| OnDetached() | Called when the row is detached from a collection of rows.  |