Class
SelectedCellDescriptor

The class that describes the selected cell.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

public class SelectedCellDescriptor

Inheritance: objectSelectedCellDescriptor

Derived Classes: GridSelectedCellDescriptorTreeListSelectedCellDescriptor

Properties

ColumnField

Defines the column field of the selected cell.

Declaration

public string ColumnField { get; set; }

Property Value

string

ColumnId

Defines the column id of the selected cell.

Declaration

public string ColumnId { get; set; }

Property Value

string

DataItem

Defines the data item associated with the selected cell.

Declaration

public object DataItem { get; set; }

Property Value

object