WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCellData

    Show / Hide Table of Contents

    Class GridCellData

    GridCellData holds StyleInfoStore objects with cell specific style properties. Rows and columns are allocated on demand and only for cells that have actual contents will a StyleInfoStore object be allocated.

    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>.Remove(CellSpanInfoBase)
    RowColumnIndexValueArray<GridStyleInfoStore>.Iterate(CellSpanInfoBase, RowColumnIndexValueArray.RowColumnIndexValueDelegate<>)
    RowColumnIndexValueArray<GridStyleInfoStore>.SetCallback(IRowColumnIndexValueArrayCallbacks<GridStyleInfoStore>)
    RowColumnIndexValueArray<GridStyleInfoStore>.GetEnumerator()
    RowColumnIndexValueArray<GridStyleInfoStore>.IEnumerable.GetEnumerator()
    RowColumnIndexValueArray<GridStyleInfoStore>.Dispose()
    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.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.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 - 2023 Syncfusion Inc. All Rights Reserved