Interface ITreeTableCounterNode
Interface definition for a node that has counters and summaries.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Collections
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public interface ITreeTableCounterNode : ITreeTableSummaryNode, ITreeTableNode
  Methods
GetCounterPosition()
The cumulative position of this node.
Declaration
ITreeTableCounter GetCounterPosition()
  Returns
| Type | 
|---|
| ITreeTableCounter | 
GetCounterTotal()
The total of this node's counter and child nodes.
Declaration
ITreeTableCounter GetCounterTotal()
  Returns
| Type | 
|---|
| ITreeTableCounter | 
InvalidateCounterTopDown(Boolean)
Marks all counters dirty in this node and child nodes.
Declaration
void InvalidateCounterTopDown(bool notifyCounterSource)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | notifyCounterSource | if set to   |