Class GridViewMoveCellsState
Creates a view of the information about the cells being moved.
Inheritance
System.Object
GridViewMoveCellsState
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridViewMoveCellsState : Object
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 |