Class SelectedCellDescriptor
The class that describes the selected cell.
Inheritance
System.Object
SelectedCellDescriptor
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class SelectedCellDescriptor : Object
Properties
ColumnField
Defines the column field of the selected cell.
Declaration
public string ColumnField { get; set; }
Property Value
System.String
|
ColumnId
Defines the column id of the selected cell.
Declaration
public string ColumnId { get; set; }
Property Value
System.String
|
DataItem
Defines the data item associated with the selected cell.
Declaration
public object DataItem { get; set; }
Property Value
System.Object
|