menu

UWP

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

    Show / Hide Table of Contents

    Interface ITreeTableCounterNode

    Interface definition for a node that has counters and summaries.

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

    Methods

    GetCounterPosition()

    The cumulative position of this node.

    Declaration
    ITreeTableCounter GetCounterPosition()
    Returns
    Type
    ITreeTableCounter

    GetCounterTotal()

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

    Declaration
    ITreeTableCounter GetCounterTotal()
    Returns
    Type
    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.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved