alexa

    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.Windows.Controls.Cells
    Assembly: Syncfusion.GridCommon.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()

    EnsureCellCount(Int32)

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

    Implements

    System.IDisposable
    Back to top Generated by DocFX