Class TreeTableVisibleCounterSource
An object that counts objects that are marked "Visible". It implements the ITreeTableCounterSource interface and creates a TreeTableVisibleCounter.
Inheritance
System.Object
TreeTableVisibleCounterSource
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.WinForms.GridCommon.Collections
Assembly: Syncfusion.GridCommon.WinForms.dll
Syntax
public class TreeTableVisibleCounterSource : ITreeTableCounterSource
Constructors
TreeTableVisibleCounterSource(Double)
Initializes the object with visible count.
Declaration
public TreeTableVisibleCounterSource(double visibleCount)
Parameters
Type | Name | Description |
---|---|---|
System.Double | visibleCount | The visible count. |
Methods
GetCounter()
Returns the counter object with counters.
Declaration
public virtual ITreeTableCounter GetCounter()
Returns
Type |
---|
ITreeTableCounter |
InvalidateCounterBottomUp()
Marks all counters dirty in this object and parent nodes.
Declaration
public virtual void InvalidateCounterBottomUp()
InvalidateCounterTopDown(Boolean)
Marks all counters dirty in this object and child nodes.
Declaration
public virtual void InvalidateCounterTopDown(bool notifyCounterSource)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | notifyCounterSource | if set to |