Interface ITreeTableSummaryNode
Interface definition for a node that has one or more summaries.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Collections
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public interface ITreeTableSummaryNode : ITreeTableNode
  Properties
HasSummaries
Indicates whether node has summaries.
Declaration
bool HasSummaries { get; }
  Property Value
| Type | 
|---|
| System.Boolean | 
Methods
GetSummaries(ITreeTableEmptySummaryArraySource)
Returns an array of summary objects.
Declaration
ITreeTableSummary[] GetSummaries(ITreeTableEmptySummaryArraySource emptySummaries)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ITreeTableEmptySummaryArraySource | emptySummaries | The empty summaries.  | 
      
Returns
| Type | 
|---|
| ITreeTableSummary[] | 
InvalidateSummariesTopDown(Boolean)
Marks all summaries dirty in this node and child nodes.
Declaration
void InvalidateSummariesTopDown(bool notifyEntrySummary)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | notifyEntrySummary | if set to   |