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