Class DataGridCellInfo
Defines the abstraction of a cell within a Rad
Inheritance
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataGridCellInfo : Object
Constructors
DataGridCellInfo(Object, DataGridColumn)
Initializes a new instance of the Data
Declaration
public DataGridCellInfo(object item, DataGridColumn column)
Parameters
System. The item. |
Data The column. |
Properties
Column
Gets or sets the Data
Declaration
public DataGridColumn Column { get; set; }
Property Value
Item
Gets or sets the data item that represents the grid row.
Declaration
public object Item { get; set; }
Property Value
System.
|
Value
Gets the current value represented by the corresponding grid cell.
This is a shortcut to the Get
Declaration
public object Value { get; }
Property Value
System.
|
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System.
|
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
System. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |