Class GenericTreeTableWithCounterEntry<V, C>
A tree leaf with value and summary information.
Inheritance
System.Object
GenericTreeTableWithCounterEntry<V, C>
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Maui.GridCommon.Collections.Generic
Assembly: Syncfusion.Maui.GridCommon.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
System.IDisposable