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
Properties
CellUIElements
Dictionary of UI elements of the cells.
Declaration
public CellUIElementsDictionary CellUIElements { get; }
Property Value
CurrentCell
Current cell state.
Declaration
public GridCurrentCellMoveState CurrentCell { get; }
Property Value
DrawingVisuals
State of the rendered cells that are moving.
Declaration
public RenderedCellsMoveState DrawingVisuals { get; }
Property Value
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; }