menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeTableVisibleCounterSource - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    ITreeTableCounterSource
    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.Windows.Forms.Collections
    Assembly: Syncfusion.Spreadsheet.Windows.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 true notify counter source.

    Implements

    ITreeTableCounterSource
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved