WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ITreeTableCounterSource - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ITreeTableCounterSource

    Interface definition for an object that has counters.

    Namespace: Syncfusion.Windows.Collections
    Assembly: Syncfusion.GridCommon.Wpf.dll
    Syntax
    public interface ITreeTableCounterSource

    Methods

    GetCounter()

    Returns the counter object with counters.

    Declaration
    ITreeTableCounter GetCounter()
    Returns
    Type Description
    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 - 2021 Syncfusion Inc. All Rights Reserved