WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ITreeTableCounterNode

    Show / Hide Table of Contents

    Interface ITreeTableCounterNode

    Interface definition for a node that has counters and summaries.

    Inherited Members
    ITreeTableSummaryNode.GetSummaries(ITreeTableEmptySummaryArraySource)
    ITreeTableSummaryNode.InvalidateSummariesTopDown(Boolean)
    ITreeTableSummaryNode.HasSummaries
    ITreeTableNode.GetPosition()
    ITreeTableNode.GetCount()
    ITreeTableNode.IsEmpty()
    ITreeTableNode.IsEntry()
    ITreeTableNode.GetLevel()
    ITreeTableNode.GetMinimum()
    ITreeTableNode.InvalidateCounterBottomUp(Boolean)
    ITreeTableNode.InvalidateSummariesBottomUp(Boolean)
    ITreeTableNode.Parent
    Namespace: Syncfusion.Windows.Collections
    Assembly: Syncfusion.GridCommon.Wpf.dll
    Syntax
    public interface ITreeTableCounterNode : ITreeTableSummaryNode, ITreeTableNode

    Methods

    GetCounterPosition()

    The cumulative position of this node.

    Declaration
    ITreeTableCounter GetCounterPosition()
    Returns
    Type Description
    ITreeTableCounter

    GetCounterTotal()

    The total of this node's counter and child nodes.

    Declaration
    ITreeTableCounter GetCounterTotal()
    Returns
    Type Description
    ITreeTableCounter

    InvalidateCounterTopDown(Boolean)

    Marks all counters dirty in this node 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 - 2023 Syncfusion Inc. All Rights Reserved