Class GenericTreeTableWithSummaryEntry<V>
A tree leaf with value and summary information.
Inheritance
System.Object
    
    
    
    
    
    GenericTreeTableWithSummaryEntry<V>
  Inherited Members
Namespace: Syncfusion.UI.Xaml.Collections.Generic
Assembly: Syncfusion.SfGrid.UWP.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