menu

WinForms

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

    Show / Hide Table of Contents

    Interface ITreeTableCounterSource

    Interface definition for an object that has counters.

    Namespace: Syncfusion.Collections.BinaryTree
    Assembly: Syncfusion.Shared.Base.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 true notify counter source.

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