WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Namespace Syncfusion.Windows.Collections

    Show / Hide Table of Contents

    Namespace Syncfusion.Windows.Collections

    Classes

    ListUtil

    Provides helper routines for exploring properties in a collection. Essential Grid uses this routine to find out about columns and relations to be displayed in the grid when a collection is specified as datasource.

    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.

    Structs

    BitVectorInt32
    BitVectorInt32.Section

    Interfaces

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved