menu

UWP

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

    Show / Hide Table of Contents

    Interface IGenericBinaryTreeWithCounterCollection<V, C>

    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)
    IGenericBinaryTreeWithSummaryCollection<V>.GetSummaries(ITreeTableEmptySummaryArraySource)
    IGenericBinaryTreeWithSummaryCollection<V>.HasSummaries
    IGenericBinaryTreeWithSummaryCollection<V>.InvalidateSummariesTopDown(Boolean)
    Namespace: Syncfusion.UI.Xaml.Collections.Generic
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public interface IGenericBinaryTreeWithCounterCollection<V, C> : IGenericBinaryTreeWithSummaryCollection<V>, IGenericBinaryTreeCollection<V> where C : ITreeTableCounter
    Type Parameters
    Name
    V
    C

    Methods

    GetCounterTotal()

    Declaration
    C GetCounterTotal()
    Returns
    Type
    C

    GetItemAtCounterPosition(C, Int32)

    Declaration
    V GetItemAtCounterPosition(C searchPosition, int cookie)
    Parameters
    Type Name Description
    C searchPosition
    System.Int32 cookie
    Returns
    Type
    V

    GetItemAtCounterPosition(C, Int32, Boolean)

    Declaration
    V GetItemAtCounterPosition(C searchPosition, int cookie, bool preferLeftMost)
    Parameters
    Type Name Description
    C searchPosition
    System.Int32 cookie
    System.Boolean preferLeftMost
    Returns
    Type
    V

    GetNextNotEmptyCounterItem(V, Int32)

    Declaration
    V GetNextNotEmptyCounterItem(V current, int cookie)
    Parameters
    Type Name Description
    V current
    System.Int32 cookie
    Returns
    Type
    V

    GetNextVisibleItem(V)

    Declaration
    V GetNextVisibleItem(V current)
    Parameters
    Type Name Description
    V current
    Returns
    Type
    V

    GetPreviousNotEmptyCounterItem(V, Int32)

    Declaration
    V GetPreviousNotEmptyCounterItem(V current, int cookie)
    Parameters
    Type Name Description
    V current
    System.Int32 cookie
    Returns
    Type
    V

    GetPreviousVisibleItem(V)

    Declaration
    V GetPreviousVisibleItem(V current)
    Parameters
    Type Name Description
    V current
    Returns
    Type
    V

    GetStartCounterPosition()

    Declaration
    C GetStartCounterPosition()
    Returns
    Type
    C

    InvalidateCounterTopDown(Boolean)

    Declaration
    void InvalidateCounterTopDown(bool notifyCounterSource)
    Parameters
    Type Name Description
    System.Boolean notifyCounterSource

    Extension Methods

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