menu

UWP

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

    Constructors

    GridCellData2()

    Declaration
    public GridCellData2()

    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