Struct GridModelCurrentCellState
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public struct GridModelCurrentCellState : IDisposable
Constructors
GridModelCurrentCellState(GridControlBase, RowColumnIndex)
Declaration
public GridModelCurrentCellState(GridControlBase grid, RowColumnIndex cellRowColumnIndex)
Parameters
Type | Name | Description |
---|---|---|
GridControlBase | grid | |
RowColumnIndex | cellRowColumnIndex |
Fields
Empty
Declaration
public static GridModelCurrentCellState Empty
Field Value
Properties
CellRowColumnIndex
Declaration
public RowColumnIndex CellRowColumnIndex { get; }
Property Value
Type |
---|
RowColumnIndex |
ColumnIndex
Declaration
public int ColumnIndex { get; }
Property Value
Type |
---|
System.Int32 |
GridControl
Declaration
public GridControlBase GridControl { get; }
Property Value
Type |
---|
GridControlBase |
IsEmpty
Declaration
public bool IsEmpty { get; }
Property Value
Type |
---|
System.Boolean |
RowIndex
Declaration
public int RowIndex { get; }
Property Value
Type |
---|
System.Int32 |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable