WPF

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

    Show / Hide Table of Contents

    Interface ITreeTableSummaryNode

    Interface definition for a node that has one or more summaries.

    Inherited Members
    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 ITreeTableSummaryNode : ITreeTableNode

    Properties

    HasSummaries

    Indicates whether node has summaries.

    Declaration
    bool HasSummaries { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    GetSummaries(ITreeTableEmptySummaryArraySource)

    Returns an array of summary objects.

    Declaration
    ITreeTableSummary[] GetSummaries(ITreeTableEmptySummaryArraySource emptySummaries)
    Parameters
    Type Name Description
    ITreeTableEmptySummaryArraySource emptySummaries

    The empty summaries.

    Returns
    Type Description
    ITreeTableSummary[]

    InvalidateSummariesTopDown(Boolean)

    Marks all summaries dirty in this node and child nodes.

    Declaration
    void InvalidateSummariesTopDown(bool notifyEntrySummary)
    Parameters
    Type Name Description
    System.Boolean notifyEntrySummary

    if set to true notify entry summary.

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