Namespace Syncfusion.UI.Xaml.Grids.Collections
Classes
| Disposable
This class provides a base class that implements the IDisposable interface as suggested in the .NET documentation using the Disposable pattern. |
| DisposableWithEvent
This class provides a base class that implements the IDisposable interface as suggested in the .NET documentation using the Disposable pattern. After the object was disposed a Disposed event is raised. |
| GenericBinaryTreeCollection<V> |
| GenericBinaryTreeCollectionEnumerator<V>
Enumerator class for items of a GenericBinaryTreeCollection<V>. |
| GenericBinaryTreeWithCounterCollection<V, C>
A collection of items maintained in a binary tree |
| GenericBinaryTreeWithCounterCollectionEnumerator<V, C>
Enumerator class for items of a GenericBinaryTreeWithCounterCollectionEnumerator<V, C>. |
| GenericBinaryTreeWithSummaryCollection<V>
A collection of items maintained in a binary tree |
| GenericBinaryTreeWithSummaryCollectionEnumerator<V>
Enumerator class for items of a GenericBinaryTreeWithSummaryCollection<V>. |
| GenericTreeTable<V>
A tree table. |
| GenericTreeTableEnsureInitializedEventArgs |
| GenericTreeTableEntry<V>
A leaf in the tree with value and optional sort key. |
| GenericTreeTableEnumerator<V> |
| GenericTreeTableWithCounter<V, C> |
| GenericTreeTableWithCounterEntry<V, C>
A tree leaf with value and summary information. |
| GenericTreeTableWithCounterEnumerator<V, C> |
| GenericTreeTableWithSummary<V> |
| GenericTreeTableWithSummaryEntry<V>
A tree leaf with value and summary information. |
| GenericTreeTableWithSummaryEnumerator<V> |
| NonFinalizeDisposable
This is a base class for Disposable. It implements the IDisposable interface as suggested in the .NET documentation using the Disposable pattern but it does not implement a finalizer. If you need finalization you need to derive from Disposable or add a finalizer to your derived class and manually call Dispose from the Finalizer. |
| 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. |
| TreeTableNodeColor
Used by TreeTable to balance the tree with algorithm based on Red-Black 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
| IDisposedEvent
An interface for the Disposed event. |
| IGenericBinaryTreeCollection<V> |
| IGenericBinaryTreeWithCounterCollection<V, C> |
| IGenericBinaryTreeWithSummaryCollection<V> |
| 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. |
| ITreeTableEntryHost |
| 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. |