Namespace Syncfusion.WinForms.GridCommon.Collections
Classes
TreeTable
A tree table. |
TreeTableBranch
A branch in a tree. |
TreeTableCounterCookies
Default counter cookies for identifying counter types. |
TreeTableEntry
A leaf in the tree with value and optional sort key. |
TreeTableEntrySourceCollection
A collection of ITreeTableEntrySource objects that are internally using a ITreeTable. |
TreeTableEntrySourceCollectionEnumerator
A strongly typed enumerator for the TreeTableEntrySourceCollection. |
TreeTableEnumerator
Strongly typed enumerator for TreeTable. |
TreeTableNode
A branch or leaf in the tree. |
TreeTableVisibleCounter
A counter that counts objects that are marked "Visible". |
TreeTableVisibleCounterSource
An object that counts objects that are marked "Visible". It implements the ITreeTableCounterSource interface and creates a TreeTableVisibleCounter. |
TreeTableWithCounter
A balanced tree with TreeTableWithCounterEntry entries. |
TreeTableWithCounterBranch
A tree table branch with a counter. |
TreeTableWithCounterEntry
A tree leaf with value, sort key and counter information. |
TreeTableWithCounterEnumerator
A strongly typed enumerator for the TreeTableWithCounter collection. |
TreeTableWithSummary
A balanced tree with TreeTableWithSummaryEntry entries. |
TreeTableWithSummaryBranch
A tree table branch with a counter. |
TreeTableWithSummaryEntry
A tree leaf with value and summary information. |
TreeTableWithSummaryEnumerator
A strongly typed enumerator for the TreeTableWithSummary collection. |
Interfaces
ISupportInitialize |
ITreeTable
Tree table interface definition. |
ITreeTableBranch
A branch with left and right leaves or branches. |
ITreeTableCounter
Interface definition for a counter object. |
ITreeTableCounterNode
Interface definition for a node that has counters and summaries. |
ITreeTableCounterSource
Interface definition for an object that has counters. |
ITreeTableEmptySummaryArraySource
Provides a GetEmptySummaries() method. |
ITreeTableEntry
A leaf with value and optional sort key. |
ITreeTableEntrySource
An object that holds an ITreeTableEntry. |
ITreeTableNode
A branch or leaf in the tree. |
ITreeTableSource
This object owns a ITreeTable. |
ITreeTableSummary
Interface definition for a summary object. |
ITreeTableSummaryArraySource
Interface definition for an object that has summaries. |
ITreeTableSummaryNode
Interface definition for a node that has one or more summaries. |
Enums
TreeTableNodeColor
Used by TreeTable to balance the tree with algorithm based on Red-Black tree. |