Class GridModelCurrentCellState
Inheritance
System.Object
GridModelCurrentCellState
Implements
System.IDisposable
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GridModelCurrentCellState : ValueType, IDisposable
Constructors
GridModelCurrentCellState(GridControlBase, RowColumnIndex)
Declaration
public GridModelCurrentCellState(GridControlBase grid, RowColumnIndex cellRowColumnIndex)
Parameters
Fields
Empty
Declaration
public static GridModelCurrentCellState Empty
Field Value
Properties
CellRowColumnIndex
Declaration
public RowColumnIndex CellRowColumnIndex { get; }
Property Value
ColumnIndex
Declaration
public int ColumnIndex { get; }
Property Value
GridControl
Declaration
public GridControlBase GridControl { get; }
Property Value
IsEmpty
Declaration
public bool IsEmpty { get; }
Property Value
RowIndex
Declaration
public int RowIndex { get; }
Property Value
Methods
Dispose()
Declaration
Implements
System.IDisposable