Class
SelectedCellDescriptor

The class that describes the selected cell.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class SelectedCellDescriptor

Inheritance: objectSelectedCellDescriptor

Derived Classes: GridSelectedCellDescriptorTreeListSelectedCellDescriptor

Properties

ColumnField

Defines the column field of the selected cell.

Declaration

cs-api-definition
public string ColumnField { get; set; }

Property Value

string

ColumnId

Defines the column id of the selected cell.

Declaration

cs-api-definition
public string ColumnId { get; set; }

Property Value

string

DataItem

Defines the data item associated with the selected cell.

Declaration

cs-api-definition
public object DataItem { get; set; }

Property Value

object

In this article
DefinitionPropertiesColumnFieldColumnIdDataItem
Not finding the help you need?
Contact Support