menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IGenericBinaryTreeWithSummaryCollection<V> - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IGenericBinaryTreeWithSummaryCollection<V>

    Inherited Members
    IGenericBinaryTreeCollection<V>.Add(V)
    IGenericBinaryTreeCollection<V>.AddIfNotExists(Object, V)
    IGenericBinaryTreeCollection<V>.BeginInit()
    IGenericBinaryTreeCollection<V>.Clear()
    IGenericBinaryTreeCollection<V>.Contains(V)
    IGenericBinaryTreeCollection<V>.CopyTo(V[], Int32)
    IGenericBinaryTreeCollection<V>.Count
    IGenericBinaryTreeCollection<V>.Dispose()
    IGenericBinaryTreeCollection<V>.EndInit()
    IGenericBinaryTreeCollection<V>.FindHighestSmallerOrEqualKey(Object)
    IGenericBinaryTreeCollection<V>.FindKey(Object)
    IGenericBinaryTreeCollection<V>.GetEnumerator()
    IGenericBinaryTreeCollection<V>.GetNext(V)
    IGenericBinaryTreeCollection<V>.GetPrevious(V)
    IGenericBinaryTreeCollection<V>.IndexOf(V)
    IGenericBinaryTreeCollection<V>.IndexOfKey(Object)
    IGenericBinaryTreeCollection<V>.Insert(Int32, V)
    IGenericBinaryTreeCollection<V>.IsInitializing
    IGenericBinaryTreeCollection<V>.IsReadOnly
    IGenericBinaryTreeCollection<V>.Item[Int32]
    IGenericBinaryTreeCollection<V>.Remove(V)
    IGenericBinaryTreeCollection<V>.RemoveAt(Int32)
    Namespace: Syncfusion.UI.Xaml.Collections.Generic
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public interface IGenericBinaryTreeWithSummaryCollection<V> : IGenericBinaryTreeCollection<V>
    Type Parameters
    Name
    V

    Properties

    HasSummaries

    Declaration
    bool HasSummaries { get; }
    Property Value
    Type
    System.Boolean

    Methods

    GetSummaries(ITreeTableEmptySummaryArraySource)

    Declaration
    ITreeTableSummary[] GetSummaries(ITreeTableEmptySummaryArraySource emptySummaries)
    Parameters
    Type Name Description
    ITreeTableEmptySummaryArraySource emptySummaries
    Returns
    Type
    ITreeTableSummary[]

    InvalidateSummariesTopDown(Boolean)

    Declaration
    void InvalidateSummariesTopDown(bool notifySummariesSource)
    Parameters
    Type Name Description
    System.Boolean notifySummariesSource

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved