menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridMoveCellsState - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridMoveCellsState

    For internal use. Holds the information about the cells being moved.

    Inheritance
    System.Object
    GridMoveCellsState
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public class GridMoveCellsState : Object, IDisposable

    Constructors

    GridMoveCellsState(Boolean, IEditableLineSizeHost, GridVolatileCellStyles)

    Constructor.

    Declaration
    public GridMoveCellsState(bool isEmpty, IEditableLineSizeHost lineSizes, GridVolatileCellStyles volatileCellStyles)
    Parameters
    Type Name Description
    System.Boolean isEmpty

    True if empty.

    IEditableLineSizeHost lineSizes

    Line size.

    GridVolatileCellStyles volatileCellStyles

    A reference to a GridVolatileCellStyles object where GridStyleInfo objects can be stored

    Fields

    Empty

    Declaration
    public static GridMoveCellsState Empty
    Field Value
    Type
    GridMoveCellsState

    Properties

    CoveredCells

    Covered cells.

    Declaration
    public CoveredCellInfoCollection CoveredCells { get; }
    Property Value
    Type
    CoveredCellInfoCollection

    Data

    Cell data.

    Declaration
    public GridCellData Data { get; }
    Property Value
    Type
    GridCellData

    LineSizes

    Line sizes for the grid.

    Declaration
    public IEditableLineSizeHost LineSizes { get; }
    Property Value
    Type
    IEditableLineSizeHost

    VolatileCellStyles

    Volatile cell styles.

    Declaration
    public GridVolatileCellStyles VolatileCellStyles { get; }
    Property Value
    Type
    GridVolatileCellStyles

    Methods

    Dispose()

    Call the Dispose and SuppressFinalize method for dipose the instance of GridMoveCellsState class.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Dispose the live resources used by the GridMoveCellsState class.

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

    Dispose the instance, if it is True

    Implements

    System.IDisposable

    Extension Methods

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