menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GenericTreeTableWithCounterEntry<V, C> - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GenericTreeTableWithCounterEntry<V, C>

    A tree leaf with value and summary information.

    Inheritance
    System.Object
    NonFinalizeDisposable
    Disposable
    TreeTableNode
    TreeTableEntry
    TreeTableWithSummaryEntry
    TreeTableWithCounterEntry
    GenericTreeTableWithCounterEntry<V, C>
    Implements
    ITreeTableEntry
    System.IDisposable
    ITreeTableCounterNode
    ITreeTableSummaryNode
    ITreeTableNode
    Inherited Members
    NonFinalizeDisposable.Dispose()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    TreeTableEntry.Dispose(Boolean)
    TreeTableEntry.GetCount()
    TreeTableEntry.GetMinimum()
    TreeTableEntry.GetNodeInfo()
    TreeTableEntry.GetSortKey()
    TreeTableEntry.IsEntry()
    TreeTableNode.GetLevel()
    TreeTableNode.GetPosition()
    TreeTableNode.IsEmpty()
    TreeTableNode.ToString()
    TreeTableNode.Tree
    TreeTableWithCounterEntry.CreateBranch(TreeTable)
    TreeTableWithCounterEntry.InvalidateCounter()
    TreeTableWithCounterEntry.InvalidateCounterBottomUp(Boolean)
    TreeTableWithCounterEntry.InvalidateCounterTopDown(Boolean)
    TreeTableWithCounterEntry.IsCounterDirty()
    TreeTableWithCounterEntry.Parent
    TreeTableWithCounterEntry.TreeTableWithCounter
    TreeTableWithSummaryEntry.GetSummaries(ITreeTableEmptySummaryArraySource)
    TreeTableWithSummaryEntry.GetSummaryArraySource()
    TreeTableWithSummaryEntry.HasSummaries
    TreeTableWithSummaryEntry.InvalidateSummariesBottomUp(Boolean)
    TreeTableWithSummaryEntry.InvalidateSummariesTopDown(Boolean)
    TreeTableWithSummaryEntry.OnGetSummaries(ITreeTableEmptySummaryArraySource)
    TreeTableWithSummaryEntry.TreeTableWithSummary
    Namespace: Syncfusion.Windows.Forms.Collections.Generic
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    public class GenericTreeTableWithCounterEntry<V, C> : TreeTableWithCounterEntry, ITreeTableEntry, IDisposable, ITreeTableCounterNode, ITreeTableSummaryNode, ITreeTableNode where V : ITreeTableCounterSource where C : ITreeTableCounter
    Type Parameters
    Name
    V
    C

    Constructors

    GenericTreeTableWithCounterEntry()

    Declaration
    public GenericTreeTableWithCounterEntry()

    GenericTreeTableWithCounterEntry(GenericTreeTableWithCounter<V, C>, V)

    Declaration
    public GenericTreeTableWithCounterEntry(GenericTreeTableWithCounter<V, C> tree, V value)
    Parameters
    Type Name Description
    GenericTreeTableWithCounter<V, C> tree
    V value

    GenericTreeTableWithCounterEntry(TreeTable, V)

    Declaration
    public GenericTreeTableWithCounterEntry(TreeTable tree, V value)
    Parameters
    Type Name Description
    TreeTable tree
    V value

    Properties

    Value

    Gets or sets the value attached to this leaf.

    Declaration
    public V Value { get; set; }
    Property Value
    Type
    V

    Methods

    GetCounterPosition()

    Returns the cumulative position of this node.

    Declaration
    public C GetCounterPosition()
    Returns
    Type
    C

    GetCounterTotal()

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

    Declaration
    public C GetCounterTotal()
    Returns
    Type
    C

    Implements

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