WPF

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

    Show / Hide Table of Contents

    Class GridCellData

    Inheritance
    System.Object
    RowColumnIndexValueArray<GridStyleInfoStore>
    GridCellData
    Implements
    System.Collections.Generic.IEnumerable<SerializableKeyValuePair<RowColumnIndex, GridStyleInfoStore>>
    System.Collections.IEnumerable
    System.IDisposable
    Inherited Members
    RowColumnIndexValueArray<GridStyleInfoStore>.Clear()
    RowColumnIndexValueArray<GridStyleInfoStore>.RemoveAll()
    RowColumnIndexValueArray<GridStyleInfoStore>.InsertRows(Int32, Int32)
    RowColumnIndexValueArray<GridStyleInfoStore>.InsertRows(Int32, Int32, RowColumnIndexValueArray<GridStyleInfoStore>)
    RowColumnIndexValueArray<GridStyleInfoStore>.RemoveRows(Int32, Int32)
    RowColumnIndexValueArray<GridStyleInfoStore>.RemoveRows(Int32, Int32, RowColumnIndexValueArray<GridStyleInfoStore>)
    RowColumnIndexValueArray<GridStyleInfoStore>.InsertColumns(Int32, Int32)
    RowColumnIndexValueArray<GridStyleInfoStore>.InsertColumns(Int32, Int32, RowColumnIndexValueArray<GridStyleInfoStore>)
    RowColumnIndexValueArray<GridStyleInfoStore>.RemoveColumns(Int32, Int32)
    RowColumnIndexValueArray<GridStyleInfoStore>.RemoveColumns(Int32, Int32, RowColumnIndexValueArray<GridStyleInfoStore>)
    RowColumnIndexValueArray<GridStyleInfoStore>.ContainsKey(RowColumnIndex)
    RowColumnIndexValueArray<GridStyleInfoStore>.TryGetValue(RowColumnIndex, GridStyleInfoStore)
    RowColumnIndexValueArray<GridStyleInfoStore>.Add(SerializableKeyValuePair<RowColumnIndex, GridStyleInfoStore>)
    RowColumnIndexValueArray<GridStyleInfoStore>.Add(RowColumnIndex, GridStyleInfoStore)
    RowColumnIndexValueArray<GridStyleInfoStore>.Clear(RowColumnIndex)
    RowColumnIndexValueArray<GridStyleInfoStore>.Remove(RowColumnIndex)
    RowColumnIndexValueArray<GridStyleInfoStore>.SetCallback(IRowColumnIndexValueArrayCallbacks<GridStyleInfoStore>)
    RowColumnIndexValueArray<GridStyleInfoStore>.GetEnumerator()
    RowColumnIndexValueArray<GridStyleInfoStore>.IEnumerable.GetEnumerator()
    RowColumnIndexValueArray<GridStyleInfoStore>.Dispose()
    RowColumnIndexValueArray<GridStyleInfoStore>.Dispose(Boolean)
    RowColumnIndexValueArray<GridStyleInfoStore>.Rows
    RowColumnIndexValueArray<GridStyleInfoStore>.Item[RowColumnIndex]
    RowColumnIndexValueArray<GridStyleInfoStore>.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 GridCellData : RowColumnIndexValueArray<GridStyleInfoStore>, IEnumerable<SerializableKeyValuePair<RowColumnIndex, GridStyleInfoStore>>, IEnumerable, IDisposable

    Constructors

    GridCellData()

    Declaration
    public GridCellData()

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