menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class IntegerCellsArray<T> - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class IntegerCellsArray<T>

    Inheritance
    System.Object
    IntegerCellsArray<T>
    Implements
    System.IDisposable
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
    Assembly: Syncfusion.SfCellGrid.WPF.dll
    Syntax
    public class IntegerCellsArray<T> : IDisposable
    Type Parameters
    Name
    T

    Constructors

    IntegerCellsArray()

    Declaration
    public IntegerCellsArray()

    Fields

    Cells

    Declaration
    public List<T> Cells
    Field Value
    Type
    System.Collections.Generic.List<T>

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    EnsureCellCount(Int32)

    Declaration
    public void EnsureCellCount(int count)
    Parameters
    Type Name Description
    System.Int32 count

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved