WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CellUIElementsDictionary - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CellUIElementsDictionary

    A strong typed dictionary that maps RowColumnIndex to CellUIElements.

    Inheritance
    System.Object
    RowColumnIndexValueDictionary<CellUIElements>
    CellUIElementsDictionary
    Implements
    System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<RowColumnIndex, CellUIElements>>
    System.Collections.IEnumerable
    IRowColumnIndexValueDictionaryCallbacks<CellUIElements>
    Inherited Members
    RowColumnIndexValueDictionary<CellUIElements>.Clear()
    RowColumnIndexValueDictionary<CellUIElements>.RemoveAll()
    RowColumnIndexValueDictionary<CellUIElements>.ContainsKey(RowColumnIndex)
    RowColumnIndexValueDictionary<CellUIElements>.TryGetValue(RowColumnIndex, CellUIElements)
    RowColumnIndexValueDictionary<CellUIElements>.Add(RowColumnIndex, CellUIElements)
    RowColumnIndexValueDictionary<CellUIElements>.Clear(RowColumnIndex)
    RowColumnIndexValueDictionary<CellUIElements>.Remove(RowColumnIndex)
    RowColumnIndexValueDictionary<CellUIElements>.Remove(CellSpanInfoBase)
    RowColumnIndexValueDictionary<CellUIElements>.Iterate(CellSpanInfoBase, RowColumnIndexValueDictionary.RowColumnIndexValueDelegate<>)
    RowColumnIndexValueDictionary<CellUIElements>.InsertRows(Int32, Int32, RowColumnIndexValueDictionary<CellUIElements>)
    RowColumnIndexValueDictionary<CellUIElements>.RemoveRows(Int32, Int32, RowColumnIndexValueDictionary<CellUIElements>)
    RowColumnIndexValueDictionary<CellUIElements>.InsertColumns(Int32, Int32, RowColumnIndexValueDictionary<CellUIElements>)
    RowColumnIndexValueDictionary<CellUIElements>.RemoveColumns(Int32, Int32, RowColumnIndexValueDictionary<CellUIElements>)
    RowColumnIndexValueDictionary<CellUIElements>.SetCallback(IRowColumnIndexValueDictionaryCallbacks<CellUIElements>)
    RowColumnIndexValueDictionary<CellUIElements>.OnMovedRow(KeyValuePair<Int32, IntegerValueCellsDictionary<CellUIElements>>, Int32)
    RowColumnIndexValueDictionary<CellUIElements>.OnRemovedRow(KeyValuePair<Int32, IntegerValueCellsDictionary<CellUIElements>>)
    RowColumnIndexValueDictionary<CellUIElements>.GetEnumerator()
    RowColumnIndexValueDictionary<CellUIElements>.IEnumerable.GetEnumerator()
    RowColumnIndexValueDictionary<CellUIElements>.NotifyMovedRow
    RowColumnIndexValueDictionary<CellUIElements>.Rows
    RowColumnIndexValueDictionary<CellUIElements>.Count
    RowColumnIndexValueDictionary<CellUIElements>.Item[RowColumnIndex]
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Cells
    Assembly: Syncfusion.GridCommon.Wpf.dll
    Syntax
    public class CellUIElementsDictionary : RowColumnIndexValueDictionary<CellUIElements>, IEnumerable<KeyValuePair<RowColumnIndex, CellUIElements>>, IEnumerable, IRowColumnIndexValueDictionaryCallbacks<CellUIElements>

    Constructors

    CellUIElementsDictionary(VirtualizingCellsControl)

    Initializes a new instance of the CellUIElementsDictionary class.

    Declaration
    public CellUIElementsDictionary(VirtualizingCellsControl cellsControl)
    Parameters
    Type Name Description
    VirtualizingCellsControl cellsControl

    The cells control.

    Explicit Interface Implementations

    IRowColumnIndexValueDictionaryCallbacks<CellUIElements>.OnMovedCell(RowColumnIndex, CellUIElements)

    Declaration
    void IRowColumnIndexValueDictionaryCallbacks<CellUIElements>.OnMovedCell(RowColumnIndex cellRowColumnIndex, CellUIElements value)
    Parameters
    Type Name Description
    RowColumnIndex cellRowColumnIndex
    CellUIElements value

    IRowColumnIndexValueDictionaryCallbacks<CellUIElements>.OnRemoveCell(RowColumnIndex, CellUIElements)

    Declaration
    void IRowColumnIndexValueDictionaryCallbacks<CellUIElements>.OnRemoveCell(RowColumnIndex cellRowColumnIndex, CellUIElements value)
    Parameters
    Type Name Description
    RowColumnIndex cellRowColumnIndex
    CellUIElements value

    Implements

    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    IRowColumnIndexValueDictionaryCallbacks<T>

    Extension Methods

    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, Int32, Func<TElement, Object>[])
    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, IEnumerable<Func<TElement, Object>>)
    FunctionalExtensions.ForEach<T>(IEnumerable, Action<T>)
    FunctionalExtensions.ForEach<T>(IEnumerable<T>, Action<T>)
    FunctionalExtensions.ToList<T>(IEnumerable)
    ChartExtensionUtils.DistinctBy<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>)
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved