Class GenericTreeTableWithSummaryEntry<V>
A tree leaf with value and summary information.
Inheritance
System.Object
GenericTreeTableWithSummaryEntry<V>
Inherited Members
Namespace: Syncfusion.Maui.GridCommon.Collections.Generic
Assembly: Syncfusion.Maui.GridCommon.dll
Syntax
public class GenericTreeTableWithSummaryEntry<V> : TreeTableWithSummaryEntry, ITreeTableEntry, IDisposable, ITreeTableSummaryNode, ITreeTableNode
Type Parameters
| Name |
|---|
| V |
Constructors
GenericTreeTableWithSummaryEntry()
Declaration
public GenericTreeTableWithSummaryEntry()
GenericTreeTableWithSummaryEntry(GenericTreeTableWithSummary<V>, V)
Declaration
public GenericTreeTableWithSummaryEntry(GenericTreeTableWithSummary<V> tree, V value)
Parameters
| Type | Name | Description |
|---|---|---|
| GenericTreeTableWithSummary<V> | tree | |
| V | value |
GenericTreeTableWithSummaryEntry(TreeTable, V)
Declaration
public GenericTreeTableWithSummaryEntry(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 |
Implements
System.IDisposable