Interface ITreeTableCounterSource
Interface definition for an object that has counters.
Namespace: Syncfusion.Windows.Forms.Collections
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public interface ITreeTableCounterSource
Methods
GetCounter()
Returns the counter object with counters.
Declaration
ITreeTableCounter GetCounter()
Returns
Type |
---|
ITreeTableCounter |
InvalidateCounterBottomUp()
Marks all counters dirty in this object and parent nodes.
Declaration
void InvalidateCounterBottomUp()
InvalidateCounterTopDown(Boolean)
Marks all counters dirty in this object and child nodes.
Declaration
void InvalidateCounterTopDown(bool notifyCounterSource)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | notifyCounterSource | if set to |