menu

WPF

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

    Show / Hide Table of Contents

    Class GridViewMoveCellsState

    Creates a view of the information about the cells being moved.

    Inheritance
    System.Object
    GridViewMoveCellsState
    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.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridViewMoveCellsState

    Constructors

    GridViewMoveCellsState()

    Initializes a new GridViewMoveCellsState.

    Declaration
    public GridViewMoveCellsState()

    GridViewMoveCellsState(Boolean)

    Initializes a new GridViewMoveCellsState.

    Declaration
    public GridViewMoveCellsState(bool isEmpty)
    Parameters
    Type Name Description
    System.Boolean isEmpty

    True if empty.

    Fields

    Empty

    Declaration
    public static GridViewMoveCellsState Empty
    Field Value
    Type
    GridViewMoveCellsState

    Properties

    CellUIElements

    Dictionary of UI elements of the cells.

    Declaration
    public CellUIElementsDictionary CellUIElements { get; }
    Property Value
    Type
    CellUIElementsDictionary

    CurrentCell

    Current cell state.

    Declaration
    public GridCurrentCellMoveState CurrentCell { get; }
    Property Value
    Type
    GridCurrentCellMoveState

    DrawingVisuals

    State of the rendered cells that are moving.

    Declaration
    public RenderedCellsMoveState DrawingVisuals { get; }
    Property Value
    Type
    RenderedCellsMoveState

    IsEmpty

    True if empty.

    Declaration
    public bool IsEmpty { get; }
    Property Value
    Type
    System.Boolean

    RenderStyles

    A collection of cell styles.

    Declaration
    public GridRenderStyleInfoDictionary RenderStyles { get; }
    Property Value
    Type
    GridRenderStyleInfoDictionary
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved