menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCellData - UWP 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>.Add(RowColumnIndex, GridStyleInfoStore)
    RowColumnIndexValueArray<GridStyleInfoStore>.Add(SerializableKeyValuePair<RowColumnIndex, GridStyleInfoStore>)
    RowColumnIndexValueArray<GridStyleInfoStore>.Clear()
    RowColumnIndexValueArray<GridStyleInfoStore>.Clear(RowColumnIndex)
    RowColumnIndexValueArray<GridStyleInfoStore>.ContainsKey(RowColumnIndex)
    RowColumnIndexValueArray<GridStyleInfoStore>.Dispose()
    RowColumnIndexValueArray<GridStyleInfoStore>.Dispose(Boolean)
    RowColumnIndexValueArray<GridStyleInfoStore>.GetEnumerator()
    RowColumnIndexValueArray<GridStyleInfoStore>.InsertColumns(Int32, Int32)
    RowColumnIndexValueArray<GridStyleInfoStore>.InsertColumns(Int32, Int32, RowColumnIndexValueArray<GridStyleInfoStore>)
    RowColumnIndexValueArray<GridStyleInfoStore>.InsertRows(Int32, Int32)
    RowColumnIndexValueArray<GridStyleInfoStore>.InsertRows(Int32, Int32, RowColumnIndexValueArray<GridStyleInfoStore>)
    RowColumnIndexValueArray<GridStyleInfoStore>.Item[Int32, Int32]
    RowColumnIndexValueArray<GridStyleInfoStore>.Item[RowColumnIndex]
    RowColumnIndexValueArray<GridStyleInfoStore>.Remove(RowColumnIndex)
    RowColumnIndexValueArray<GridStyleInfoStore>.RemoveAll()
    RowColumnIndexValueArray<GridStyleInfoStore>.RemoveColumns(Int32, Int32)
    RowColumnIndexValueArray<GridStyleInfoStore>.RemoveColumns(Int32, Int32, RowColumnIndexValueArray<GridStyleInfoStore>)
    RowColumnIndexValueArray<GridStyleInfoStore>.RemoveRows(Int32, Int32)
    RowColumnIndexValueArray<GridStyleInfoStore>.RemoveRows(Int32, Int32, RowColumnIndexValueArray<GridStyleInfoStore>)
    RowColumnIndexValueArray<GridStyleInfoStore>.Rows
    RowColumnIndexValueArray<GridStyleInfoStore>.SetCallback(IRowColumnIndexValueArrayCallbacks<GridStyleInfoStore>)
    RowColumnIndexValueArray<GridStyleInfoStore>.TryGetValue(RowColumnIndex, GridStyleInfoStore)
    Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public class GridCellData : RowColumnIndexValueArray<GridStyleInfoStore>, IEnumerable<SerializableKeyValuePair<RowColumnIndex, GridStyleInfoStore>>, IEnumerable, IDisposable

    Constructors

    GridCellData()

    Declaration
    public GridCellData()

    Implements

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

    Extension Methods

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