WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeTableWithCounterEntry

    Show / Hide Table of Contents

    Class TreeTableWithCounterEntry

    A tree leaf with value, sort key and counter information.

    Inheritance
    System.Object
    NonFinalizeDisposable
    Disposable
    TreeTableNode
    TreeTableEntry
    TreeTableWithSummaryEntry
    TreeTableWithCounterEntry
    GenericTreeTableWithCounterEntry<V, C>
    Implements
    ITreeTableEntry
    System.IDisposable
    ITreeTableCounterNode
    ITreeTableSummaryNode
    ITreeTableNode
    Inherited Members
    TreeTableWithSummaryEntry.GetSummaries(ITreeTableEmptySummaryArraySource)
    TreeTableWithSummaryEntry.OnGetSummaries(ITreeTableEmptySummaryArraySource)
    TreeTableWithSummaryEntry.GetSummaryArraySource()
    TreeTableWithSummaryEntry.InvalidateSummariesBottomUp(Boolean)
    TreeTableWithSummaryEntry.InvalidateSummariesTopDown(Boolean)
    TreeTableWithSummaryEntry.TreeTableWithSummary
    TreeTableWithSummaryEntry.HasSummaries
    TreeTableEntry.Dispose(Boolean)
    TreeTableEntry.GetSortKey()
    TreeTableEntry.GetMinimum()
    TreeTableEntry.GetCount()
    TreeTableEntry.GetNodeInfo()
    TreeTableEntry.IsEntry()
    TreeTableEntry.Value
    TreeTableNode.GetPosition()
    TreeTableNode.IsEmpty()
    TreeTableNode.GetLevel()
    TreeTableNode.ToString()
    TreeTableNode.Tree
    NonFinalizeDisposable.Dispose()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Collections
    Assembly: Syncfusion.GridCommon.Wpf.dll
    Syntax
    public class TreeTableWithCounterEntry : TreeTableWithSummaryEntry, ITreeTableEntry, IDisposable, ITreeTableCounterNode, ITreeTableSummaryNode, ITreeTableNode

    Constructors

    TreeTableWithCounterEntry()

    Declaration
    public TreeTableWithCounterEntry()

    Properties

    Parent

    Gets / sets the parent branch.

    Declaration
    public TreeTableWithCounterBranch Parent { get; set; }
    Property Value
    Type Description
    TreeTableWithCounterBranch

    TreeTableWithCounter

    Returns the tree this leaf belongs to.

    Declaration
    public TreeTableWithCounter TreeTableWithCounter { get; }
    Property Value
    Type Description
    TreeTableWithCounter

    Methods

    CreateBranch(TreeTable)

    Creates a branch that can hold this entry when new leaves are inserted into the tree.

    Declaration
    public override ITreeTableBranch CreateBranch(TreeTable tree)
    Parameters
    Type Name Description
    TreeTable tree
    Returns
    Type Description
    ITreeTableBranch
    Overrides
    TreeTableWithSummaryEntry.CreateBranch(TreeTable)

    GetCounterPosition()

    Returns the cumulative position of this node.

    Declaration
    public virtual ITreeTableCounter GetCounterPosition()
    Returns
    Type Description
    ITreeTableCounter

    GetCounterTotal()

    Returns the total of this node's counter and child nodes.

    Declaration
    public ITreeTableCounter GetCounterTotal()
    Returns
    Type Description
    ITreeTableCounter

    InvalidateCounter()

    Reset cached counter.

    Declaration
    public virtual void InvalidateCounter()

    InvalidateCounterBottomUp(Boolean)

    Invalidates the counter bottom up.

    Declaration
    public override void InvalidateCounterBottomUp(bool notifyCounterSource)
    Parameters
    Type Name Description
    System.Boolean notifyCounterSource

    if set to true notify counter source.

    Overrides
    TreeTableNode.InvalidateCounterBottomUp(Boolean)

    InvalidateCounterTopDown(Boolean)

    Marks all summaries dirty in this node and child nodes.

    Declaration
    public void InvalidateCounterTopDown(bool notifyCounterSource)
    Parameters
    Type Name Description
    System.Boolean notifyCounterSource

    if set to true notify counter source.

    IsCounterDirty()

    Indicates whether the counter was set dirty.

    Declaration
    public bool IsCounterDirty()
    Returns
    Type Description
    System.Boolean

    True if dirty; False otherwise.

    Implements

    ITreeTableEntry
    System.IDisposable
    ITreeTableCounterNode
    ITreeTableSummaryNode
    ITreeTableNode
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved