Interface ITreeTableCounterNode
Interface definition for a node that has counters and summaries.
Inherited Members
Namespace: Syncfusion.WinForms.GridCommon.Collections
Assembly: Syncfusion.GridCommon.WinForms.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 |