WPF

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

    Show / Hide Table of Contents

    Class GridCellData2

    Inheritance
    System.Object
    RowColumnIndexValueArray<GridStyleInfo>
    GridCellData2
    Implements
    System.Collections.Generic.IEnumerable<SerializableKeyValuePair<RowColumnIndex, GridStyleInfo>>
    System.Collections.IEnumerable
    System.IDisposable
    Inherited Members
    RowColumnIndexValueArray<GridStyleInfo>.Clear()
    RowColumnIndexValueArray<GridStyleInfo>.RemoveAll()
    RowColumnIndexValueArray<GridStyleInfo>.InsertRows(Int32, Int32)
    RowColumnIndexValueArray<GridStyleInfo>.InsertRows(Int32, Int32, RowColumnIndexValueArray<GridStyleInfo>)
    RowColumnIndexValueArray<GridStyleInfo>.RemoveRows(Int32, Int32)
    RowColumnIndexValueArray<GridStyleInfo>.RemoveRows(Int32, Int32, RowColumnIndexValueArray<GridStyleInfo>)
    RowColumnIndexValueArray<GridStyleInfo>.InsertColumns(Int32, Int32)
    RowColumnIndexValueArray<GridStyleInfo>.InsertColumns(Int32, Int32, RowColumnIndexValueArray<GridStyleInfo>)
    RowColumnIndexValueArray<GridStyleInfo>.RemoveColumns(Int32, Int32)
    RowColumnIndexValueArray<GridStyleInfo>.RemoveColumns(Int32, Int32, RowColumnIndexValueArray<GridStyleInfo>)
    RowColumnIndexValueArray<GridStyleInfo>.ContainsKey(RowColumnIndex)
    RowColumnIndexValueArray<GridStyleInfo>.TryGetValue(RowColumnIndex, GridStyleInfo)
    RowColumnIndexValueArray<GridStyleInfo>.Add(SerializableKeyValuePair<RowColumnIndex, GridStyleInfo>)
    RowColumnIndexValueArray<GridStyleInfo>.Add(RowColumnIndex, GridStyleInfo)
    RowColumnIndexValueArray<GridStyleInfo>.Clear(RowColumnIndex)
    RowColumnIndexValueArray<GridStyleInfo>.Remove(RowColumnIndex)
    RowColumnIndexValueArray<GridStyleInfo>.SetCallback(IRowColumnIndexValueArrayCallbacks<GridStyleInfo>)
    RowColumnIndexValueArray<GridStyleInfo>.GetEnumerator()
    RowColumnIndexValueArray<GridStyleInfo>.IEnumerable.GetEnumerator()
    RowColumnIndexValueArray<GridStyleInfo>.Dispose()
    RowColumnIndexValueArray<GridStyleInfo>.Dispose(Boolean)
    RowColumnIndexValueArray<GridStyleInfo>.Rows
    RowColumnIndexValueArray<GridStyleInfo>.Item[RowColumnIndex]
    RowColumnIndexValueArray<GridStyleInfo>.Item[Int32, Int32]
    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.UI.Xaml.CellGrid.Styles
    Assembly: Syncfusion.SfCellGrid.WPF.dll
    Syntax
    public class GridCellData2 : RowColumnIndexValueArray<GridStyleInfo>, IEnumerable<SerializableKeyValuePair<RowColumnIndex, GridStyleInfo>>, IEnumerable, IDisposable

    Constructors

    GridCellData2()

    Declaration
    public GridCellData2()

    Implements

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

    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 - 2021 Syncfusion Inc. All Rights Reserved